AWS::DSQL::Cluster EncryptionDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::DSQL::Cluster EncryptionDetails

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

Syntax

To declare this entity in your Amazon 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 Amazon KMS key that encrypts data in the cluster.

Required: No

Type: String

Update requires: No interruption