Flow Destination Flow Config Destination Connector Properties S3S3Output Format Config Aggregation Config Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfigArgs(val aggregationType: Output<String>? = null, val targetFileSize: Output<Int>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfigArgs>
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.