class Aws::ElastiCache::Types::ReshardingConfiguration

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

@note When making an API call, you may pass ReshardingConfiguration

data as a hash:

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

@!attribute [rw] node_group_id

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

@!attribute [rw] preferred_availability_zones

A list of preferred availability zones for the nodes in this
cluster.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReshardingConfiguration AWS API Documentation

Constants

SENSITIVE