Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ElastiCache::Types::RegionalConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#replication_group_idString

The name of the secondary cluster

Returns:

  • (String)

7581
7582
7583
7584
7585
7586
7587
# File 'gems/aws-sdk-elasticache/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_regionString

The Amazon region where the cluster is stored

Returns:

  • (String)

7581
7582
7583
7584
7585
7586
7587
# File 'gems/aws-sdk-elasticache/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_configurationArray<Types::ReshardingConfiguration>

A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

Returns:


7581
7582
7583
7584
7585
7586
7587
# File 'gems/aws-sdk-elasticache/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