AWS::MemoryDB::MultiRegionClusterRepresents a multi-Region cluster.
import { CfnMultiRegionCluster } from 'aws-cdk-lib/aws-memorydb';Or use the module namespace:
import * as memorydb from 'aws-cdk-lib/aws-memorydb';
// memorydb.CfnMultiRegionClusterConfiguration passed to the constructor as CfnMultiRegionClusterProps.
nodeTypeRequiredstringThe node type used by the multi-Region cluster.
descriptionOptionalstringThe description of the multi-Region cluster.
engineOptionalstringThe name of the engine used by the multi-Region cluster.
engineVersionOptionalstringThe version of the engine used by the multi-Region cluster.
multiRegionClusterNameSuffixOptionalstringA suffix to be added to the Multi-Region cluster name. Amazon MemoryDB automatically applies a prefix to the Multi-Region cluster Name when it is created. Each Amazon Region has its own prefix. For instance, a Multi-Region cluster Name created in the US-West-1 region will begin with "virxk", along with the suffix name you provide. The suffix guarantees uniqueness of the Multi-Region cluster name across multiple regions.
multiRegionParameterGroupNameOptionalstringThe name of the multi-Region parameter group associated with the cluster.
numShardsOptionalnumberThe number of shards in the multi-Region cluster.
tagsOptionalCfnTag[]A list of tags to be applied to the multi-Region cluster.
tlsEnabledOptionalboolean | IResolvableIndiciates if the multi-Region cluster is TLS enabled.
updateStrategyOptionalstringThe strategy to use for the update operation. Supported values are "coordinated" or "uncoordinated".
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-memorydbAWS::MemoryDB::MultiRegionCluster