FlowS3OutputFormatConfig

data class FlowS3OutputFormatConfig(val aggregationConfig: FlowAggregationConfig? = null, val fileType: FlowFileType? = null, val prefixConfig: FlowPrefixConfig? = null, val preserveSourceDataTyping: Boolean? = null)

Constructors

Link copied to clipboard
constructor(aggregationConfig: FlowAggregationConfig? = null, fileType: FlowFileType? = null, prefixConfig: FlowPrefixConfig? = null, preserveSourceDataTyping: Boolean? = null)

Types

Link copied to clipboard
object Companion

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: FlowFileType? = null

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

Link copied to clipboard

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

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.