Class: Aws::ElasticsearchService::Types::ZoneAwarenessConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ZoneAwarenessConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone_count ⇒ Integer
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled.
Instance Attribute Details
#availability_zone_count ⇒ Integer
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled
4481 4482 4483 4484 4485 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4481 class ZoneAwarenessConfig < Struct.new( :availability_zone_count) SENSITIVE = [] include Aws::Structure end |