Class: Aws::ElastiCache::Types::RegionalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::RegionalConfiguration
- Includes:
- Structure
- Defined in:
- 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
7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7565 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
7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7565 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.
7565 7566 7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7565 class RegionalConfiguration < Struct.new( :replication_group_id, :replication_group_region, :resharding_configuration) SENSITIVE = [] include Aws::Structure end |