FlowUpsolverS3OutputFormatConfigArgs

data class FlowUpsolverS3OutputFormatConfigArgs(val aggregationConfig: Output<FlowAggregationConfigArgs>? = null, val fileType: Output<FlowFileType>? = null, val prefixConfig: Output<FlowPrefixConfigArgs>) : ConvertibleToJava<FlowUpsolverS3OutputFormatConfigArgs>

Constructors

Link copied to clipboard
fun FlowUpsolverS3OutputFormatConfigArgs(aggregationConfig: Output<FlowAggregationConfigArgs>? = null, fileType: Output<FlowFileType>? = null, prefixConfig: Output<FlowPrefixConfigArgs>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val fileType: Output<FlowFileType>? = null
Link copied to clipboard