Class: Aws::SecurityHub::Types::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Configuration options for zone awareness.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone_count ⇒ Integer
he number of Availability Zones that the domain uses.
Instance Attribute Details
#availability_zone_count ⇒ Integer
he number of Availability Zones that the domain uses. Valid values are 2 and 3. The default is 2.
12272 12273 12274 12275 12276 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12272 class AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails < Struct.new( :availability_zone_count) SENSITIVE = [] include Aws::Structure end |