class Aws::ElastiCache::Types::CreateGlobalReplicationGroupMessage

@note When making an API call, you may pass CreateGlobalReplicationGroupMessage

data as a hash:

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

@!attribute [rw] global_replication_group_id_suffix

The suffix name of a Global datastore. Amazon ElastiCache
automatically applies a prefix to the Global datastore ID when it is
created. Each Amazon 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 Amazon Regions and their respective Global
datastore iD prefixes, see [Using the Amazon CLI with Global
datastores ][1].

[1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
@return [String]

@!attribute [rw] global_replication_group_description

Provides details of the Global datastore
@return [String]

@!attribute [rw] primary_replication_group_id

The name of the primary cluster that accepts writes and will
replicate updates to the secondary cluster.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateGlobalReplicationGroupMessage AWS API Documentation

Constants

SENSITIVE