Class: Aws::ElastiCache::Types::CreateGlobalReplicationGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateGlobalReplicationGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_replication_group_description ⇒ String
Provides details of the Global datastore.
-
#global_replication_group_id_suffix ⇒ String
The suffix name of a Global datastore.
-
#primary_replication_group_id ⇒ String
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
Instance Attribute Details
#global_replication_group_description ⇒ String
Provides details of the Global datastore
2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-elasticache/types.rb', line 2256 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_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 ][1].
[1]: docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-elasticache/types.rb', line 2256 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_id ⇒ String
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
2256 2257 2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-elasticache/types.rb', line 2256 class CreateGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id_suffix, :global_replication_group_description, :primary_replication_group_id) SENSITIVE = [] include Aws::Structure end |