Learn R Programming

paws.database (version 0.9.0)

memorydb_update_multi_region_cluster: Updates the configuration of an existing multi-Region cluster

Description

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.

Usage

memorydb_update_multi_region_cluster(
  MultiRegionClusterName,
  NodeType = NULL,
  Description = NULL,
  EngineVersion = NULL,
  ShardConfiguration = NULL,
  MultiRegionParameterGroupName = NULL,
  UpdateStrategy = NULL
)

Arguments

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.