Class: Aws::OpenSearchService::Types::ZoneAwarenessConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ZoneAwarenessConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The zone awareness configuration for an Amazon OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone_count ⇒ Integer
If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use.
Instance Attribute Details
#availability_zone_count ⇒ Integer
If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use. Valid values are ‘2` and `3`. If your domain is provisioned within a VPC, this value be equal to number of subnets.
8148 8149 8150 8151 8152 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8148 class ZoneAwarenessConfig < Struct.new( :availability_zone_count) SENSITIVE = [] include Aws::Structure end |