Learn R Programming

paws.database (version 0.1.9)

elasticache_rebalance_slots_in_global_replication_group: Redistribute slots to ensure uniform distribution across existing shards in the cluster

Description

Redistribute slots to ensure uniform distribution across existing shards in the cluster.

Usage

elasticache_rebalance_slots_in_global_replication_group(
  GlobalReplicationGroupId, ApplyImmediately)

Arguments

GlobalReplicationGroupId

[required] The name of the Global Datastore

ApplyImmediately

[required] If True, redistribution is applied immediately.

Request syntax

svc$rebalance_slots_in_global_replication_group(
  GlobalReplicationGroupId = "string",
  ApplyImmediately = TRUE|FALSE
)