elasticache_list_allowed_node_type_modifications {paws.database}R Documentation

Lists all available node types that you can scale your Redis cluster's or replication group's current node type

Description

Lists all available node types that you can scale your Redis cluster's or replication group's current node type.

See https://www.paws-r-sdk.com/docs/elasticache_list_allowed_node_type_modifications/ for full documentation.

Usage

elasticache_list_allowed_node_type_modifications(
  CacheClusterId = NULL,
  ReplicationGroupId = NULL
)

Arguments

CacheClusterId

The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

You must provide a value for either the CacheClusterId or the ReplicationGroupId.

ReplicationGroupId

The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

You must provide a value for either the CacheClusterId or the ReplicationGroupId.


[Package paws.database version 0.6.0 Index]