AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MemoryDB::MultiRegionCluster

CfnMultiRegionCluster

Represents a multi-Region cluster.

Import

import { CfnMultiRegionCluster } from 'aws-cdk-lib/aws-memorydb';

Or use the module namespace:

import * as memorydb from 'aws-cdk-lib/aws-memorydb';
// memorydb.CfnMultiRegionCluster

Properties

Configuration passed to the constructor as CfnMultiRegionClusterProps.

nodeTypeRequired
string

The node type used by the multi-Region cluster.

descriptionOptional
string

The description of the multi-Region cluster.

engineOptional
string

The name of the engine used by the multi-Region cluster.

engineVersionOptional
string

The version of the engine used by the multi-Region cluster.

multiRegionClusterNameSuffixOptional
string

A 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.

multiRegionParameterGroupNameOptional
string

The name of the multi-Region parameter group associated with the cluster.

numShardsOptional
number

The number of shards in the multi-Region cluster.

tagsOptional
CfnTag[]

A list of tags to be applied to the multi-Region cluster.

tlsEnabledOptional
boolean | IResolvable

Indiciates if the multi-Region cluster is TLS enabled.

updateStrategyOptional
string

The strategy to use for the update operation. Supported values are "coordinated" or "uncoordinated".

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-memorydb
CFN TypeAWS::MemoryDB::MultiRegionCluster
Properties10

External Links