input

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Input.


fun input(name: String): Input

See also

Parameters

name

The unique name of the resulting resource.