Flow S3Destination Properties Args
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
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
Link copied to clipboard
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.