AWS::AppMesh::VirtualNode OutlierDetection - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AppMesh::VirtualNode OutlierDetection

An object that represents the outlier detection for a virtual node's listener.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

BaseEjectionDuration

The base amount of time for which a host is ejected.

Required: Yes

Type: Duration

Update requires: No interruption

Interval

The time interval between ejection sweep analysis.

Required: Yes

Type: Duration

Update requires: No interruption

MaxEjectionPercent

Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 100

Update requires: No interruption

MaxServerErrors

Number of consecutive 5xx errors required for ejection.

Required: Yes

Type: Integer

Update requires: No interruption