Class: Aws::ElastiCache::Types::ModifyGlobalReplicationGroupMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediately ⇒ Boolean

This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.

Returns:

  • (Boolean)


6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6313

class ModifyGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately,
  :cache_node_type,
  :engine,
  :engine_version,
  :cache_parameter_group_name,
  :global_replication_group_description,
  :automatic_failover_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#automatic_failover_enabled ⇒ Boolean

Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

Returns:

  • (Boolean)


6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6313

class ModifyGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately,
  :cache_node_type,
  :engine,
  :engine_version,
  :cache_parameter_group_name,
  :global_replication_group_description,
  :automatic_failover_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#cache_node_type ⇒ String

A valid cache node type that you want to scale this Global datastore to.

Returns:

  • (String)


6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6313

class ModifyGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately,
  :cache_node_type,
  :engine,
  :engine_version,
  :cache_parameter_group_name,
  :global_replication_group_description,
  :automatic_failover_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#cache_parameter_group_name ⇒ String

The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.

Returns:

  • (String)


6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6313

class ModifyGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately,
  :cache_node_type,
  :engine,
  :engine_version,
  :cache_parameter_group_name,
  :global_replication_group_description,
  :automatic_failover_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#engine ⇒ String

Modifies the engine listed in a global replication group message. The options are valkey, memcached or redis.

Returns:

  • (String)


6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6313

class ModifyGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately,
  :cache_node_type,
  :engine,
  :engine_version,
  :cache_parameter_group_name,
  :global_replication_group_description,
  :automatic_failover_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#engine_version ⇒ String

The upgraded version of the cache engine to be run on the clusters in the Global datastore.

Returns:

  • (String)


6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6313

class ModifyGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately,
  :cache_node_type,
  :engine,
  :engine_version,
  :cache_parameter_group_name,
  :global_replication_group_description,
  :automatic_failover_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#global_replication_group_description ⇒ String

A description of the Global datastore

Returns:

  • (String)


6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6313

class ModifyGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately,
  :cache_node_type,
  :engine,
  :engine_version,
  :cache_parameter_group_name,
  :global_replication_group_description,
  :automatic_failover_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#global_replication_group_id ⇒ String

The name of the Global datastore

Returns:

  • (String)


6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6313

class ModifyGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately,
  :cache_node_type,
  :engine,
  :engine_version,
  :cache_parameter_group_name,
  :global_replication_group_description,
  :automatic_failover_enabled)
  SENSITIVE = []
  include Aws::Structure
end