FlowS3DestinationProperties

data class FlowS3DestinationProperties(val bucketName: String, val bucketPrefix: String? = null, val s3OutputFormatConfig: FlowS3OutputFormatConfig? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The 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 bucket in which Amazon AppFlow places the files.

Link copied to clipboard

The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.