Creates a new multi-Region cluster.
See https://www.paws-r-sdk.com/docs/memorydb_create_multi_region_cluster/ for full documentation.
memorydb_create_multi_region_cluster(
MultiRegionClusterNameSuffix,
Description = NULL,
Engine = NULL,
EngineVersion = NULL,
NodeType,
MultiRegionParameterGroupName = NULL,
NumShards = NULL,
TLSEnabled = NULL,
Tags = NULL
)
[required] A suffix to be added to the multi-Region cluster name.
A description for the multi-Region cluster.
The name of the engine to be used for the multi-Region cluster.
The version of the engine to be used for the multi-Region cluster.
[required] The node type to be used for the multi-Region cluster.
The name of the multi-Region parameter group to be associated with the cluster.
The number of shards for the multi-Region cluster.
Whether to enable TLS encryption for the multi-Region cluster.
A list of tags to be applied to the multi-Region cluster.