input

suspend fun input(name: String, block: suspend InputResourceBuilder.() -> Unit): Input

Parameters

name

The unique name of the resulting resource.

block

Builder for Input.

See also


fun input(name: String): Input

Parameters

name

The unique name of the resulting resource.

See also