AWS::DSQL::Cluster EncryptionDetails - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DSQL::Cluster EncryptionDetails

Configuration details about encryption for the cluster including the AWS KMS key ARN, encryption type, and encryption status.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "EncryptionStatus" : String, "EncryptionType" : String, "KmsKeyArn" : String }

YAML

EncryptionStatus: String EncryptionType: String KmsKeyArn: String

Properties

EncryptionStatus

The status of encryption for the cluster.

Required: No

Type: String

Update requires: No interruption

EncryptionType

The type of encryption that protects the data on your cluster.

Required: No

Type: String

Update requires: No interruption

KmsKeyArn

The ARN of the AWS KMS key that encrypts data in the cluster.

Required: No

Type: String

Update requires: No interruption