Class: Aws::OpenSearchService::Types::ZoneAwarenessConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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

Instance Attribute Details

#availability_zone_countInteger

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.

Returns:

  • (Integer)


6648
6649
6650
6651
6652
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6648

class ZoneAwarenessConfig < Struct.new(
  :availability_zone_count)
  SENSITIVE = []
  include Aws::Structure
end