Values.EncryptionContextSourceEncryption context for a Domain.
type nonrec t = {encryptionType : EncryptionType.t option;The type of encryption key used.
*)kmsKeyArn : KmsKeyArn.t option;The ARN of the KMS key. Only present when encryptionType is CUSTOMER_MANAGED_KEY.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ]) list ]