AWS Fundamentals Logo
AWS Fundamentals
AWS::DSQL::Cluster

DSQL Cluster

Resource Type definition for AWS::DSQL::Cluster

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DeletionProtectionEnabled
boolean
KmsEncryptionKey
string
Write-only
MultiRegionProperties
object
PolicyDocument
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CreationTimestringThe time of when the cluster was created in ISO-8601 format.
EncryptionDetailsobjectThe encryption configuration details for the cluster.
EndpointstringThe DSQL cluster endpoint.
IdentifierstringThe ID of the created cluster.
PolicyVersionstringThe version number of the cluster's resource based policy
ResourceArnstringThe Amazon Resource Name (ARN) for the cluster.
StatusstringThe status of the cluster.
VpcEndpointstringThe DSQL cluster VPC endpoint.
VpcEndpointServiceNamestringThe VPC endpoint service name.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DSQL::Cluster

Resources:
  MyResource:
    Type: AWS::DSQL::Cluster
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

dsql:CreateClusterdsql:UpdateClusterdsql:GetClusterdsql:GetClusterPolicydsql:TagResourcedsql:GetVpcEndpointServiceNamedsql:ListTagsForResourceiam:CreateServiceLinkedRole

read

dsql:GetClusterdsql:GetClusterPolicydsql:GetVpcEndpointServiceNamedsql:ListTagsForResource

update

dsql:UpdateClusterdsql:GetClusterdsql:GetClusterPolicydsql:UntagResourcedsql:TagResourcedsql:GetVpcEndpointServiceNamedsql:ListTagsForResourcedsql:PutClusterPolicy

delete

dsql:DeleteClusterdsql:GetClusterdsql:ListTagsForResource

list

dsql:ListClustersdsql:ListTagsForResource

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

ServiceDSQL
Properties14
Required0
TaggingSupported
Primary IDIdentifier

Supported Operations

CreateReadUpdateDeleteList

External Links