Class: Aws::ElasticsearchService::Types::ZoneAwarenessConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_countInteger

An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled

Returns:

  • (Integer)


4641
4642
4643
4644
4645
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4641

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