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.
6856 6857 6858 6859 6860 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6856 class ZoneAwarenessConfig < Struct.new( :availability_zone_count) SENSITIVE = [] include Aws::Structure end |