Values.EncryptionConfigSourceA configuration document that specifies encryption configuration settings.
type nonrec t = {keyId : String_.t option;The ID of the KMS key used for encryption, if applicable.
*)status : EncryptionStatus.t option;The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.
*)type_ : EncryptionType.t option;The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for default encryption.
*)}