Values.DataIntegrationFlowS3SourceConfigurationSourceThe S3 DataIntegrationFlow source configuration parameters.
type nonrec t = {bucketName : S3BucketName.t;The bucketName of the S3 source objects.
*)prefix : DataIntegrationFlowS3Prefix.t;The prefix of the S3 source objects. To trigger data ingestion, S3 files need to be put under s3://bucketName/prefix/.
*)options : DataIntegrationFlowS3Options.t option;The other options of the S3 DataIntegrationFlow source.
*)}val make :
?options:??? ->
bucketName:S3BucketName.t ->
prefix:DataIntegrationFlowS3Prefix.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of S3BucketName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]