Values.EncryptionAtRestOptionsSourceSpecifies the Encryption At Rest Options.
type nonrec t = {enabled : Boolean.t option;Specifies the option to enable Encryption At Rest.
*)kmsKeyId : KmsKeyId.t option;Specifies the KMS Key ID for Encryption At Rest options.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of KmsKeyId.t ]) list ]