Flow Destination Flow Config Destination Connector Properties S3S3Output Format Config Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigArgs(val aggregationConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfigArgs>? = null, val fileType: Output<String>? = null, val prefixConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs>? = null, val preserveSourceDataTyping: Output<Boolean>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigArgs>
Constructors
Link copied to clipboard
constructor(aggregationConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfigArgs>? = null, fileType: Output<String>? = null, prefixConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs>? = null, preserveSourceDataTyping: Output<Boolean>? = null)
Properties
Link copied to clipboard
val aggregationConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigAggregationConfigArgs>? = null
Aggregation settings that you can use to customize the output format of your flow data. See Aggregation Config for more details.
Link copied to clipboard
val prefixConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs>? = null
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. See Prefix Config for more details.
Link copied to clipboard
Whether the data types from the source system need to be preserved (Only valid for Parquet
file type)