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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_replication_group_description ⇒ String

Provides details of the Global datastore

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2266

class CreateGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id_suffix,
  :global_replication_group_description,
  :primary_replication_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#global_replication_group_id_suffix ⇒ String

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 .

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2266

class CreateGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id_suffix,
  :global_replication_group_description,
  :primary_replication_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#primary_replication_group_id ⇒ String

The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster. This value is stored as a lowercase string.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2266

class CreateGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id_suffix,
  :global_replication_group_description,
  :primary_replication_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Returns:



2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2266

class CreateGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id_suffix,
  :global_replication_group_description,
  :primary_replication_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end