Flow Schema Args
data class FlowSchemaArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<FlowSchemaSpecArgs>? = null) : ConvertibleToJava<FlowSchemaArgs>
FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
Constructors
Link copied to clipboard
fun FlowSchemaArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<FlowSchemaSpecArgs>? = null)