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
7581 7582 7583 7584 7585 7586 7587 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7581 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
7581 7582 7583 7584 7585 7586 7587 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7581 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.
7581 7582 7583 7584 7585 7586 7587 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7581 class RegionalConfiguration < Struct.new( :replication_group_id, :replication_group_region, :resharding_configuration) SENSITIVE = [] include Aws::Structure end |