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_descriptionString

Provides details of the Global datastore

Returns:

  • (String)


2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2258

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

#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 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)


2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2258

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

#primary_replication_group_idString

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

Returns:

  • (String)


2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2258

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