Amazon Elasticsearch Service Domain EncryptionAtRestOptions
The
EncryptionAtRestOptions property type specifies whether the domain should encrypt data at rest, and if so,
the AWS Key Management Service (KMS) key to use. Can only be used to create a new
domain, not update an existing one.
EncryptionAtRestOptions is a property of the AWS::Elasticsearch::Domain resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Enabled-
Specify
trueto enable encryption at rest.Required: No
Type: Boolean
Update requires: Replacement
KmsKeyId-
The KMS key ID. Takes the form
1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.Required: No
Type: String
Update requires: Replacement
See Also
-
CreateElasticsearchDomain in the Amazon Elasticsearch Service Developer Guide
