AWS::M2::Environment HighAvailabilityConfig - AWS CloudFormation

AWS::M2::Environment HighAvailabilityConfig

Defines the details of a high availability configuration.

Syntax

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

JSON

{ "DesiredCapacity" : Integer }

YAML

DesiredCapacity: Integer

Properties

DesiredCapacity

The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 100

Update requires: No interruption