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

Class: Aws::ElastiCache::Types::ReshardingConfiguration

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

Overview

Note:

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

{
  node_group_id: "AllowedNodeGroupId",
  preferred_availability_zones: ["String"],
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#node_group_idString

Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

Returns:

  • (String)

    Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

#preferred_availability_zonesArray<String>

A list of preferred availability zones for the nodes in this cluster.

Returns:

  • (Array<String>)

    A list of preferred availability zones for the nodes in this cluster.