Values.AwsXrayEncryptionConfigDetailsSourceInformation about the encryption configuration for X-Ray.
type nonrec t = {keyId : NonEmptyString.t option;The identifier of the KMS key that is used for encryption. Provided if Type is KMS.
*)status : NonEmptyString.t option;The current status of the encryption configuration. Valid values are ACTIVE or UPDATING. When Status is equal to UPDATING, X-Ray might use both the old and new encryption.
*)type_ : NonEmptyString.t option;The type of encryption. KMS indicates that the encryption uses KMS keys. NONE indicates the default encryption.
*)}