Class: Aws::ElastiCache::Types::RegionalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::RegionalConfiguration
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
A list of the replication groups
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_group_id ⇒ String
The name of the secondary cluster.
-
#replication_group_region ⇒ String
The Amazon region where the cluster is stored.
-
#resharding_configuration ⇒ Array<Types::ReshardingConfiguration>
A list of
PreferredAvailabilityZones
objects that specifies the configuration of a node group in the resharded cluster.
Instance Attribute Details
#replication_group_id ⇒ String
The name of the secondary cluster
7555 7556 7557 7558 7559 7560 7561 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7555 class RegionalConfiguration < Struct.new( :replication_group_id, :replication_group_region, :resharding_configuration) SENSITIVE = [] include Aws::Structure end |
#replication_group_region ⇒ String
The Amazon region where the cluster is stored
7555 7556 7557 7558 7559 7560 7561 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7555 class RegionalConfiguration < Struct.new( :replication_group_id, :replication_group_region, :resharding_configuration) SENSITIVE = [] include Aws::Structure end |
#resharding_configuration ⇒ Array<Types::ReshardingConfiguration>
A list of PreferredAvailabilityZones
objects that specifies the
configuration of a node group in the resharded cluster.
7555 7556 7557 7558 7559 7560 7561 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7555 class RegionalConfiguration < Struct.new( :replication_group_id, :replication_group_region, :resharding_configuration) SENSITIVE = [] include Aws::Structure end |