AWS::AppMesh::VirtualNode OutlierDetection - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppMesh::VirtualNode OutlierDetection

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

Syntax

To declare this entity in your Amazon 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