This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "BaseEjectionDuration" :Duration, "Interval" :Duration, "MaxEjectionPercent" :Integer, "MaxServerErrors" :Integer}
YAML
BaseEjectionDuration:DurationInterval:DurationMaxEjectionPercent:IntegerMaxServerErrors:Integer
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:
0Maximum:
100Update requires: No interruption
MaxServerErrors-
Number of consecutive
5xxerrors required for ejection.Required: Yes
Type: Integer
Update requires: No interruption