AWS Fundamentals Logo
AWS Fundamentals
AWS::RDS::GlobalCluster

RDS GlobalCluster

Resource Type definition for AWS::RDS::GlobalCluster

Properties

8 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DeletionProtection
boolean
Engine
string
Create-only
EngineLifecycleSupport
string
EngineVersion
string
GlobalClusterIdentifier
string
Create-only
SourceDBClusterIdentifier
Any | Any
Create-only
StorageEncrypted
boolean
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
GlobalEndpointGlobalEndpoint-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::GlobalCluster

Resources:
  MyResource:
    Type: AWS::RDS::GlobalCluster
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rds:CreateGlobalClusterrds:DescribeDBClustersrds:DescribeGlobalClusters

read

rds:DescribeGlobalClusters

update

rds:ModifyGlobalClusterrds:DescribeGlobalClustersrds:AddTagsToResourcerds:RemoveTagsFromResource

delete

rds:DescribeGlobalClustersrds:DeleteGlobalClusterrds:RemoveFromGlobalClusterrds:DescribeDBClusters

list

rds:DescribeGlobalClusters

Get the RDS Cheat Sheet

Everything you need to know about RDS on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceRDS
Properties9
Required0
TaggingSupported
Primary IDGlobalClusterIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

GlobalClusterIdentifierSourceDBClusterIdentifierStorageEncryptedEngine

External Links