FlowSchemaStatusArgs

data class FlowSchemaStatusArgs(val conditions: Output<List<FlowSchemaConditionArgs>>? = null) : ConvertibleToJava<FlowSchemaStatusArgs>

FlowSchemaStatus represents the current state of a FlowSchema.

Constructors

Link copied to clipboard
fun FlowSchemaStatusArgs(conditions: Output<List<FlowSchemaConditionArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

conditions is a list of the current states of FlowSchema.