You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ZoneAwarenessConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  availability_zone_count: 1,
}

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

Returned by:

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)

    An integer value to indicate the number of availability zones for a domain when zone awareness is enabled.