FlowAggregationConfigArgs

data class FlowAggregationConfigArgs(val aggregationType: Output<FlowAggregationType>? = null, val targetFileSize: Output<Int>? = null) : ConvertibleToJava<FlowAggregationConfigArgs>

Constructors

Link copied to clipboard
fun FlowAggregationConfigArgs(aggregationType: Output<FlowAggregationType>? = null, targetFileSize: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val targetFileSize: Output<Int>? = null