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

Class: Aws::ElastiCache::Types::RegionalConfiguration

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

Overview

Note:

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

{
  replication_group_id: "String", # required
  replication_group_region: "String", # required
  resharding_configuration: [ # required
    {
      node_group_id: "AllowedNodeGroupId",
      preferred_availability_zones: ["String"],
    },
  ],
}

A list of the replication groups

Instance Attribute Summary collapse

Instance Attribute Details

#replication_group_idString

The name of the secondary cluster

Returns:

  • (String)

    The name of the secondary cluster.

#replication_group_regionString

The AWS region where the cluster is stored

Returns:

  • (String)

    The AWS region where the cluster is stored.

#resharding_configurationArray<Types::ReshardingConfiguration>

A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

Returns:

  • (Array<Types::ReshardingConfiguration>)

    A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.