Values.AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetailsSourceDetails about the configuration for encryption at rest for the OpenSearch domain.
type nonrec t = {enabled : Boolean.t option;Whether encryption at rest is enabled.
*)kmsKeyId : NonEmptyString.t option;The KMS key ID.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]