Values.S3ConfigurationSourceThe configuration that specifies an S3 location.
type nonrec t = {bucketName : S3BucketName.t option;The bucket name of the customer S3 bucket.
*)objectKeyPrefix : S3ObjectKeyPrefix.t option;The object key preview for the customer S3 location.
*)encryptionOption : S3EncryptionOption.t option;The encryption option for the customer S3 location. Options are S3 server-side encryption with an S3 managed key or Amazon Web Services managed key.
*)kmsKeyId : StringValue2048.t option;The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of S3BucketName.t ]) list ]