Flow Aggregation Config Args
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)