FlowS3OutputFormatConfigArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): FlowS3OutputFormatConfigArgs

Properties

Link copied to clipboard
Link copied to clipboard
val fileType: Output<FlowFileType>? = null
Link copied to clipboard
val prefixConfig: Output<FlowPrefixConfigArgs>? = null
Link copied to clipboard
val preserveSourceDataTyping: Output<Boolean>? = null