Class: Aws::ElastiCache::Types::ReplicationGroupPendingModifiedValues

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

The settings to be applied to the Redis replication group, either immediately or during the next maintenance window.

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_failover_statusString

Indicates the status of Multi-AZ with automatic failover for this Redis replication group.

Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:

  • Redis versions earlier than 2.8.6.

  • Redis (cluster mode disabled): T1 and T2 cache node types.

  • Redis (cluster mode enabled): T1 node types.

Returns:

  • (String)


5086
5087
5088
5089
5090
5091
# File 'lib/aws-sdk-elasticache/types.rb', line 5086

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding)
  include Aws::Structure
end

#primary_cluster_idString

The primary cluster ID that is applied immediately (if ‘–apply-immediately` was specified), or during the next maintenance window.

Returns:

  • (String)


5086
5087
5088
5089
5090
5091
# File 'lib/aws-sdk-elasticache/types.rb', line 5086

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding)
  include Aws::Structure
end

#reshardingTypes::ReshardingStatus

The status of an online resharding operation.



5086
5087
5088
5089
5090
5091
# File 'lib/aws-sdk-elasticache/types.rb', line 5086

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding)
  include Aws::Structure
end