You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::ModifyGlobalReplicationGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyGlobalReplicationGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  global_replication_group_id: "String", # required
  apply_immediately: false, # required
  cache_node_type: "String",
  engine_version: "String",
  global_replication_group_description: "String",
  automatic_failover_enabled: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

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.

Returns:

  • (Boolean)

    This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible.

#automatic_failover_enabledBoolean

Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

Returns:

  • (Boolean)

    Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

#cache_node_typeString

A valid cache node type that you want to scale this Global Datastore to.

Returns:

  • (String)

    A valid cache node type that you want to scale this Global Datastore to.

#engine_versionString

The upgraded version of the cache engine to be run on the clusters in the Global Datastore.

Returns:

  • (String)

    The upgraded version of the cache engine to be run on the clusters in the Global Datastore.

#global_replication_group_descriptionString

A description of the Global Datastore

Returns:

  • (String)

    A description of the Global Datastore.

#global_replication_group_idString

The name of the Global Datastore

Returns:

  • (String)

    The name of the Global Datastore.