Flow Destination Flow Config Destination Connector Properties S3S3Output Format Config Aggregation Config
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig(val aggregationType: String? = null, val targetFileSize: Int? = null)
Properties
Link copied to clipboard
Whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated. Valid values are None
and SingleFile
.
Link copied to clipboard
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. Integer value.