Flow Aggregation Config Args
data class FlowAggregationConfigArgs(val aggregationType: Output<FlowAggregationType>? = null, val targetFileSize: Output<Int>? = null) : ConvertibleToJava<FlowAggregationConfigArgs>
Constructors
Link copied to clipboard
constructor(aggregationType: Output<FlowAggregationType>? = null, targetFileSize: Output<Int>? = null)
Properties
Link copied to clipboard
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
Link copied to clipboard
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. For each file, Amazon AppFlow attempts to achieve the size that you specify. The actual file sizes might differ from this target based on the number and size of the records that each file contains.