Flow Upsolver Destination Properties Args
data class FlowUpsolverDestinationPropertiesArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val s3OutputFormatConfig: Output<FlowUpsolverS3OutputFormatConfigArgs>) : ConvertibleToJava<FlowUpsolverDestinationPropertiesArgs>
Constructors
Link copied to clipboard
constructor(bucketName: Output<String>, bucketPrefix: Output<String>? = null, s3OutputFormatConfig: Output<FlowUpsolverS3OutputFormatConfigArgs>)
Properties
Link copied to clipboard
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
Link copied to clipboard
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
Link copied to clipboard
The configuration that determines how data is formatted when Upsolver is used as the flow destination.