class Aws::ElastiCache::Types::PendingModifiedValues
A group of settings that are applied to the cluster in the future, or that are currently being applied.
@!attribute [rw] num_cache_nodes
The new number of cache nodes for the cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40. @return [Integer]
@!attribute [rw] cache_node_ids_to_remove
A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.). @return [Array<String>]
@!attribute [rw] engine_version
The new cache engine version that the cluster runs. @return [String]
@!attribute [rw] cache_node_type
The cache node type that this cluster or replication group is scaled to. @return [String]
@!attribute [rw] auth_token_status
The auth token status @return [String]
@!attribute [rw] log_delivery_configurations
The log delivery configurations being modified @return [Array<Types::PendingLogDeliveryConfiguration>]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PendingModifiedValues AWS API Documentation
Constants
- SENSITIVE