FlowUpsolverDestinationPropertiesArgs

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
val bucketName: Output<String>

The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

Link copied to clipboard
val bucketPrefix: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): FlowUpsolverDestinationPropertiesArgs