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
- Struct
- Aws::ElastiCache::Types::CreateGlobalReplicationGroupMessage
 
- Defined in:
- (unknown)
Overview
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
- 
  
    
      #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
#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 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 .
#primary_replication_group_id ⇒ String
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.