Values.AwsElasticsearchDomainEncryptionAtRestOptionsSourceDetails about the configuration for encryption at rest.
type nonrec t = {enabled : Boolean.t option;Whether encryption at rest is enabled.
*)kmsKeyId : NonEmptyString.t option;The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]