Updates the configuration of an existing multi-Region cluster
Updates the configuration of an existing multi-Region cluster.
See https://www.paws-r-sdk.com/docs/memorydb_update_multi_region_cluster/ for full documentation.
memorydb_update_multi_region_cluster( MultiRegionClusterName, NodeType = NULL, Description = NULL, EngineVersion = NULL, ShardConfiguration = NULL, MultiRegionParameterGroupName = NULL, UpdateStrategy = NULL )
MultiRegionClusterName
: [required] The name of the multi-Region cluster to be updated.NodeType
: The new node type to be used for the multi-Region cluster.Description
: A new description for the multi-Region cluster.EngineVersion
: The new engine version to be used for the multi-Region cluster.ShardConfiguration
:MultiRegionParameterGroupName
: The new multi-Region parameter group to be associated with the cluster.UpdateStrategy
: Whether to force the update even if it may cause data loss.Useful links