DynamoDB Accelerator Cluster SSESpecification
The
SSESpecification property type specifies whether server-side encryption is enabled or not.
If you do not specify the SSESpecification property type, DAX will create
an unencrypted cluster, the same as if you had specified the SSESpecification
property type with its SSEEnabled property set to false.
SSESpecification is a property of the AWS::DAX::Cluster resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SSEEnabled" :Boolean}
YAML
SSEEnabled:Boolean
Properties
SSEEnabled-
Whether server-side encryption is enabled or not.
Required: No
Type: Boolean
Update requires: No interruption
See Also
-
SSESpecification in the Amazon DynamoDB API Reference
