DynamoDB Table SSESpecification
The SSESpecification property is part of the AWS::DynamoDB::Table resource that specifies the settings to enable server-side encryption.
If you do not specify the SSESpecification property type, Amazon DynamoDB will create an unencrypted table, the same as if you
had specified the SSESpecification property type with its SSEEnabled property set to false. As a best practice, for consistency only specify the SSESpecification property type (with its SSEEnabled property set to true) if you want DynamoDB to create an encrypted table.
Syntax
JSON
{ "SSEEnabled" :Boolean}
YAML
SSEEnabled:Boolean
Properties
SSEEnabled-
Whether server-side encryption is enabled or not.
Required: Yes
Type: Boolean
Update requires: Replacement
