Values.S3ConfigurationSourceProvides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role that is used to access the bucket, and the name of the Amazon S3 object that contains the data.
type nonrec t = {roleARN : RoleARN.t;IAM ARN of the role used to access the data.
*)bucketARN : BucketARN.t;ARN of the S3 bucket that contains the data.
*)fileKey : FileKey.t;The name of the object that contains the data.
*)}