Increase the number of node groups in the Global datastore
Source:R/elasticache_operations.R
elasticache_increase_node_groups_in_global_replication_group.RdIncrease the number of node groups in the Global datastore
See https://www.paws-r-sdk.com/docs/elasticache_increase_node_groups_in_global_replication_group/ for full documentation.
Usage
elasticache_increase_node_groups_in_global_replication_group(
GlobalReplicationGroupId,
NodeGroupCount,
RegionalConfigurations = NULL,
ApplyImmediately
)Arguments
- GlobalReplicationGroupId
[required] The name of the Global datastore
- NodeGroupCount
[required] Total number of node groups you want
- RegionalConfigurations
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
- ApplyImmediately
[required] Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.