FlowUpsolverS3OutputFormatConfigArgs

data class FlowUpsolverS3OutputFormatConfigArgs(val aggregationConfig: Output<FlowAggregationConfigArgs>? = null, val fileType: Output<FlowFileType>? = null, val prefixConfig: Output<FlowPrefixConfigArgs>) : ConvertibleToJava<FlowUpsolverS3OutputFormatConfigArgs>

Constructors

Link copied to clipboard
constructor(aggregationConfig: Output<FlowAggregationConfigArgs>? = null, fileType: Output<FlowFileType>? = null, prefixConfig: Output<FlowPrefixConfigArgs>)

Properties

Link copied to clipboard

The aggregation settings that you can use to customize the output format of your flow data.

Link copied to clipboard
val fileType: Output<FlowFileType>? = null

Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.

Link copied to clipboard

Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.

Functions

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