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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_token_statusString

The auth token status

Returns:

  • (String)


7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  include Aws::Structure
end

#automatic_failover_statusString

Indicates the status of automatic failover for this Redis OSS replication group.

Returns:

  • (String)


7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_modeString

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

Returns:

  • (String)


7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  include Aws::Structure
end

#log_delivery_configurationsArray<Types::PendingLogDeliveryConfiguration>

The log delivery configurations being modified



7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  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)


7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  include Aws::Structure
end

#reshardingTypes::ReshardingStatus

The status of an online resharding operation.



7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  include Aws::Structure
end

#transit_encryption_enabledBoolean

A flag that enables in-transit encryption when set to true.

Returns:

  • (Boolean)


7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  include Aws::Structure
end

#transit_encryption_modeString

A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.

Returns:

  • (String)


7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  include Aws::Structure
end

#user_groupsTypes::UserGroupsUpdateStatus

The user group being modified.



7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7917

class ReplicationGroupPendingModifiedValues < Struct.new(
  :primary_cluster_id,
  :automatic_failover_status,
  :resharding,
  :auth_token_status,
  :user_groups,
  :log_delivery_configurations,
  :transit_encryption_enabled,
  :transit_encryption_mode,
  :cluster_mode)
  SENSITIVE = []
  include Aws::Structure
end