elasticache_modify_global_replication_group {paws.database} | R Documentation |
Modifies the settings for a Global datastore
Description
Modifies the settings for a Global datastore.
See https://www.paws-r-sdk.com/docs/elasticache_modify_global_replication_group/ for full documentation.
Usage
elasticache_modify_global_replication_group(
GlobalReplicationGroupId,
ApplyImmediately,
CacheNodeType = NULL,
EngineVersion = NULL,
CacheParameterGroupName = NULL,
GlobalReplicationGroupDescription = NULL,
AutomaticFailoverEnabled = NULL
)
Arguments
GlobalReplicationGroupId |
[required] The name of the Global datastore |
ApplyImmediately |
[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. |
CacheNodeType |
A valid cache node type that you want to scale this Global datastore to. |
EngineVersion |
The upgraded version of the cache engine to be run on the clusters in the Global datastore. |
CacheParameterGroupName |
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. |
GlobalReplicationGroupDescription |
A description of the Global datastore |
AutomaticFailoverEnabled |
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure. |