AWS::OpenSearchService::Domain ZoneAwarenessConfig
Specifies zone awareness configuration options. Only use if
ZoneAwarenessEnabled is true.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AvailabilityZoneCount" :Integer}
YAML
AvailabilityZoneCount:Integer
Properties
AvailabilityZoneCount-
If you enabled multiple Availability Zones (AZs), the number of AZs that you want the domain to use.
Valid values are
2and3. Default is 2.Required: No
Type: Integer
Update requires: No interruption