FlowUpsolverDestinationProperties

data class FlowUpsolverDestinationProperties(val bucketName: String, val bucketPrefix: String? = null, val s3OutputFormatConfig: FlowUpsolverS3OutputFormatConfig)

Constructors

Link copied to clipboard
constructor(bucketName: String, bucketPrefix: String? = null, s3OutputFormatConfig: FlowUpsolverS3OutputFormatConfig)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val bucketPrefix: 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.