Modifies the settings for a Global datastore.
See https://www.paws-r-sdk.com/docs/elasticache_modify_global_replication_group/ for full documentation.
elasticache_modify_global_replication_group(
GlobalReplicationGroupId,
ApplyImmediately,
CacheNodeType = NULL,
EngineVersion = NULL,
CacheParameterGroupName = NULL,
GlobalReplicationGroupDescription = NULL,
AutomaticFailoverEnabled = NULL
)
[required] The name of the Global datastore
[required] This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
A valid cache node type that you want to scale this Global datastore to.
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
A description of the Global datastore
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.