FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig

data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfig(val aggregationType: String? = null, val targetFileSize: Int? = null)

Constructors

constructor(aggregationType: String? = null, targetFileSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aggregationType: String? = null

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
val targetFileSize: Int? = null

The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. Integer value.