elasticache_modify_global_replication_group function

Modifies the settings for a Global datastore

Modifies the settings for a Global datastore

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, Engine = 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.
  • Engine: Modifies the engine listed in a global replication group message. The options are redis, memcached or valkey.
  • 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.
  • Maintainer: Dyfan Jones
  • License: Apache License (>= 2.0)
  • Last published: 2025-03-14

Downloads (last 30 days):