class Aws::ElastiCache::Types::AllowedNodeTypeModificationsMessage

Represents the allowed node types you can use to modify your cluster or replication group.

@!attribute [rw] scale_up_modifications

A string list, each element of which specifies a cache node type
which you can use to scale your cluster or replication group.

When scaling up a Redis cluster or replication group using
`ModifyCacheCluster` or `ModifyReplicationGroup`, use a value from
this list for the `CacheNodeType` parameter.
@return [Array<String>]

@!attribute [rw] scale_down_modifications

A string list, each element of which specifies a cache node type
which you can use to scale your cluster or replication group. When
scaling down a Redis cluster or replication group using
ModifyCacheCluster or ModifyReplicationGroup, use a value from this
list for the CacheNodeType parameter.
@return [Array<String>]

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

Constants

SENSITIVE