FlowS3OutputFormatConfigArgs

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

Constructors

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

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 Amazon S3 bucket.

Link copied to clipboard
val prefixConfig: Output<FlowPrefixConfigArgs>? = null

Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.

Link copied to clipboard
val preserveSourceDataTyping: Output<Boolean>? = null

If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.

Functions

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