flowSchema

suspend fun flowSchema(name: String, block: suspend FlowSchemaResourceBuilder.() -> Unit): FlowSchema

Parameters

name

The unique name of the resulting resource.

block

Builder for FlowSchema.

See also


Parameters

name

The unique name of the resulting resource.

See also