Class: Aws::ElastiCache::Types::IncreaseNodeGroupsInGlobalReplicationGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::IncreaseNodeGroupsInGlobalReplicationGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_replication_group ⇒ Types::GlobalReplicationGroup
Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region.
Instance Attribute Details
#global_replication_group ⇒ Types::GlobalReplicationGroup
Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary cluster automatically replicates updates to the secondary cluster.
-
The GlobalReplicationGroupIdSuffix represents the name of the Global datastore, which is what you use to associate a secondary cluster.
^
5419 5420 5421 5422 5423 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5419 class IncreaseNodeGroupsInGlobalReplicationGroupResult < Struct.new( :global_replication_group) SENSITIVE = [] include Aws::Structure end |