Flow S3Output Format Config Args
data class FlowS3OutputFormatConfigArgs(val aggregationConfig: Output<FlowAggregationConfigArgs>? = null, val fileType: Output<FlowFileType>? = null, val prefixConfig: Output<FlowPrefixConfigArgs>? = null, val preserveSourceDataTyping: Output<Boolean>? = null) : ConvertibleToJava<FlowS3OutputFormatConfigArgs>
Constructors
Link copied to clipboard
fun FlowS3OutputFormatConfigArgs(aggregationConfig: Output<FlowAggregationConfigArgs>? = null, fileType: Output<FlowFileType>? = null, prefixConfig: Output<FlowPrefixConfigArgs>? = null, preserveSourceDataTyping: Output<Boolean>? = null)