AWS::DocDB::GlobalClusterThe AWS::DocDB::GlobalCluster resource represents an Amazon DocumentDB Global Cluster.
import { CfnGlobalCluster } from 'aws-cdk-lib/aws-docdb';Or use the module namespace:
import * as docdb from 'aws-cdk-lib/aws-docdb';
// docdb.CfnGlobalClusterConfiguration passed to the constructor as CfnGlobalClusterProps.
globalClusterIdentifierRequiredstringThe cluster identifier of the global cluster.
deletionProtectionOptionalboolean | IResolvableIndicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
engineOptionalstringThe database engine to use for this global cluster.
Default: - "docdb"
engineVersionOptionalstringThe engine version to use for this global cluster.
sourceDbClusterIdentifierOptionalstringThe Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. You may also choose to instead specify the DBClusterIdentifier. If you provide a value for this parameter, don't specify values for the following settings because Amazon DocumentDB uses the values from the specified source DB cluster: Engine, EngineVersion, StorageEncrypted
storageEncryptedOptionalboolean | IResolvableIndicates whether the global cluster has storage encryption enabled.
tagsOptionalCfnTag[]The tags to be assigned to the Amazon DocumentDB resource.
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-docdbAWS::DocDB::GlobalCluster