FlowS3DestinationPropertiesArgs

data class FlowS3DestinationPropertiesArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val s3OutputFormatConfig: Output<FlowS3OutputFormatConfigArgs>? = null) : ConvertibleToJava<FlowS3DestinationPropertiesArgs>

Constructors

Link copied to clipboard
constructor(bucketName: Output<String>, bucketPrefix: Output<String>? = null, s3OutputFormatConfig: Output<FlowS3OutputFormatConfigArgs>? = null)

Properties

Link copied to clipboard
val bucketName: Output<String>

The 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 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.

Functions

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