I'm trying to figure out if it's possible to create a DynamoDB table using CloudFormation but with Encryption at Rest.
I've managed to find the following develop guide but it just tells you how to create the table using the Console and the AWS CLI: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/encryption.tutorial.html
From looking at the SDKs seems that you need to set a property on SSEEnabled on SSESpecification to true but can this go in the cloudformation template? and if so where?
