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
constructor(conditions: Output<List<FlowSchemaConditionArgs>>? = null)

Properties

Link copied to clipboard

conditions is a list of the current states of FlowSchema.

Functions

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