Class: Aws::MemoryDB::Types::UpdateMultiRegionClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UpdateMultiRegionClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A new description for the multi-Region cluster.
-
#engine_version ⇒ String
The new engine version to be used for the multi-Region cluster.
-
#multi_region_cluster_name ⇒ String
The name of the multi-Region cluster to be updated.
-
#multi_region_parameter_group_name ⇒ String
The new multi-Region parameter group to be associated with the cluster.
-
#node_type ⇒ String
The new node type to be used for the multi-Region cluster.
-
#shard_configuration ⇒ Types::ShardConfigurationRequest
A request to configure the sharding properties of a cluster.
-
#update_strategy ⇒ String
Whether to force the update even if it may cause data loss.
Instance Attribute Details
#description ⇒ String
A new description for the multi-Region cluster.
3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3547 class UpdateMultiRegionClusterRequest < Struct.new( :multi_region_cluster_name, :node_type, :description, :engine_version, :shard_configuration, :multi_region_parameter_group_name, :update_strategy) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The new engine version to be used for the multi-Region cluster.
3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3547 class UpdateMultiRegionClusterRequest < Struct.new( :multi_region_cluster_name, :node_type, :description, :engine_version, :shard_configuration, :multi_region_parameter_group_name, :update_strategy) SENSITIVE = [] include Aws::Structure end |
#multi_region_cluster_name ⇒ String
The name of the multi-Region cluster to be updated.
3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3547 class UpdateMultiRegionClusterRequest < Struct.new( :multi_region_cluster_name, :node_type, :description, :engine_version, :shard_configuration, :multi_region_parameter_group_name, :update_strategy) SENSITIVE = [] include Aws::Structure end |
#multi_region_parameter_group_name ⇒ String
The new multi-Region parameter group to be associated with the cluster.
3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3547 class UpdateMultiRegionClusterRequest < Struct.new( :multi_region_cluster_name, :node_type, :description, :engine_version, :shard_configuration, :multi_region_parameter_group_name, :update_strategy) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The new node type to be used for the multi-Region cluster.
3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3547 class UpdateMultiRegionClusterRequest < Struct.new( :multi_region_cluster_name, :node_type, :description, :engine_version, :shard_configuration, :multi_region_parameter_group_name, :update_strategy) SENSITIVE = [] include Aws::Structure end |
#shard_configuration ⇒ Types::ShardConfigurationRequest
A request to configure the sharding properties of a cluster
3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3547 class UpdateMultiRegionClusterRequest < Struct.new( :multi_region_cluster_name, :node_type, :description, :engine_version, :shard_configuration, :multi_region_parameter_group_name, :update_strategy) SENSITIVE = [] include Aws::Structure end |
#update_strategy ⇒ String
Whether to force the update even if it may cause data loss.
3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3547 class UpdateMultiRegionClusterRequest < Struct.new( :multi_region_cluster_name, :node_type, :description, :engine_version, :shard_configuration, :multi_region_parameter_group_name, :update_strategy) SENSITIVE = [] include Aws::Structure end |