Values_1.S3EncryptionSourceSpecifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.
type nonrec t = {s3EncryptionMode : S3EncryptionMode.t option;The encryption mode to use for Amazon S3 data.
*)kmsKeyArn : Values_0.KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.KmsKeyArn.t ]) list ]