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.
7844 7845 7846 7847 7848 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7844 class ZoneAwarenessConfig < Struct.new( :availability_zone_count) SENSITIVE = [] include Aws::Structure end |