Values_1.EncryptionConfigurationSourceSpecifies an encryption configuration.
type nonrec t = {s3Encryption : S3EncryptionList.t option;The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
*)cloudWatchEncryption : CloudWatchEncryption.t option;The encryption configuration for Amazon CloudWatch.
*)jobBookmarksEncryption : JobBookmarksEncryption.t option;The encryption configuration for job bookmarks.
*)dataQualityEncryption : DataQualityEncryption.t option;The encryption configuration for Glue Data Quality assets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.KmsKeyArn.t ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of Values_0.KmsKeyArn.t ])
list ])
list ]