---
type: resource-type
title: DSQLCluster
description: aws resource type AWS::DSQL::Cluster
name: DSQLCluster
lexicon: aws
resource_type: AWS::DSQL::Cluster
---
`AWS::DSQL::Cluster`, a resource type of the aws lexicon.

## Properties

- `CreationTime` (`string`, optional): The time of when the cluster was created in ISO-8601 format.
- `DeletionProtectionEnabled` (`boolean`, optional): Whether deletion protection is enabled in this cluster.
- `EncryptionDetails` (`Record<string, unknown>`, optional): The encryption configuration details for the cluster.
- `Endpoint` (`string`, optional): The DSQL cluster endpoint.
- `Identifier` (`string`, optional): The ID of the created cluster.
- `KmsEncryptionKey` (`string`, optional): The KMS key that encrypts data on the cluster.
- `MultiRegionProperties` (`Record<string, unknown>`, optional): The Multi-region properties associated to this cluster.
- `PolicyDocument` (`string`, optional): The IAM policy applied to the cluster resource.
- `PolicyVersion` (`string`, optional): The version number of the cluster's resource based policy
- `ResourceArn` (`string`, optional): The Amazon Resource Name (ARN) for the cluster.
- `Status` (`string`, optional): The status of the cluster.
- `Tags` (`DSQLCluster_Tag[]`, optional)
- `VpcEndpoint` (`string`, optional): The DSQL cluster VPC endpoint.
- `VpcEndpointServiceName` (`string`, optional): The VPC endpoint service name.

## Attributes

- `CreationTime`
- `EncryptionDetails`
- `Endpoint`
- `Identifier`
- `PolicyVersion`
- `ResourceArn`
- `Status`
- `VpcEndpoint`
- `VpcEndpointServiceName`
