AWS::DocDB::GlobalClusterThe AWS::DocDB::GlobalCluster resource represents an Amazon DocumentDB Global Cluster.
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GlobalClusterIdentifier | string | RequiredCreate-only |
DeletionProtection | boolean | |
Engine | string | Create-only |
EngineVersion | string | Create-only |
SourceDBClusterIdentifier | Any | Any | Create-onlyWrite-only |
StorageEncrypted | boolean | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GlobalClusterArn | string | The Amazon Resource Name (ARN) for the global cluster. |
GlobalClusterResourceId | string | The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DocDB::GlobalCluster
Resources:
MyResource:
Type: AWS::DocDB::GlobalCluster
Properties:
GlobalClusterIdentifier: "my-globalclusteridentifier"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rds:CreateGlobalClusterrds:DescribeGlobalClustersrds:DescribeDBClustersrds:AddTagsToResourcerds:ListTagsForResourcerds:DescribeGlobalClustersrds:ListTagsForResourcerds:ModifyGlobalClusterrds:DescribeGlobalClustersrds:AddTagsToResourcerds:ListTagsForResourcerds:RemoveTagsFromResourcerds:DeleteGlobalClusterrds:DescribeGlobalClustersrds:RemoveFromGlobalClusterrds:DescribeDBClustersrds:DescribeGlobalClustersrds:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGlobalClusterIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EngineEngineVersionGlobalClusterIdentifierSourceDBClusterIdentifierStorageEncrypted