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