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