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

Class: Aws::ElastiCache::Types::CreateGlobalReplicationGroupMessage

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

Overview

Note:

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

{
  global_replication_group_id_suffix: "String", # required
  global_replication_group_description: "String",
  primary_replication_group_id: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#global_replication_group_descriptionString

Provides details of the Global Datastore

Returns:

  • (String)

    Provides details of the Global Datastore.

#global_replication_group_id_suffixString

The suffix name of a Global Datastore. Amazon ElastiCache automatically applies a prefix to the Global Datastore ID when it is created. Each AWS Region has its own prefix. For instance, a Global Datastore ID created in the US-West-1 region will begin with \"dsdfu\" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global Datastore name across multiple regions.

For a full list of AWS Regions and their respective Global Datastore iD prefixes, see Using the AWS CLI with Global Datastores .

Returns:

  • (String)

    The suffix name of a Global Datastore.

#primary_replication_group_idString

The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.

Returns:

  • (String)

    The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.