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

Inherits:
Struct
  • Object
show all
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

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)


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