Values.SourceS3ConfigurationSourceS3 configuration for source network data.
type nonrec t = {s3Bucket : S3BucketName.t;The name of the S3 bucket containing source data.
*)s3BucketOwner : AccountID.t;The AWS account ID of the S3 bucket owner.
*)s3Key : S3KeyName.t;The S3 key (path) for the source data.
*)}val make :
s3Bucket:S3BucketName.t ->
s3BucketOwner:AccountID.t ->
s3Key:S3KeyName.t ->
unit ->
t