Values.DataIntegrationFlowS3TargetConfigurationSourceThe S3 DataIntegrationFlow target configuration parameters.
type nonrec t = {bucketName : S3BucketName.t;The bucketName of the S3 target objects.
*)prefix : DataIntegrationFlowS3Prefix.t;The prefix of the S3 target objects.
*)options : DataIntegrationFlowS3Options.t option;The S3 DataIntegrationFlow target options.
*)}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 ]