View source: R/elasticache_operations.R
elasticache_increase_node_groups_in_global_replication_group | R Documentation |
Increase 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.
elasticache_increase_node_groups_in_global_replication_group(
GlobalReplicationGroupId,
NodeGroupCount,
RegionalConfigurations = NULL,
ApplyImmediately
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.