inputs

@JvmName(name = "qanodolswyniywqg")
suspend fun inputs(value: Output<List<ApplicationInputArgs>>)
@JvmName(name = "weyfgxenkdmfhhkf")
suspend fun inputs(value: List<ApplicationInputArgs>?)

Parameters

value

The array of Input objects describing the input streams used by the application.


@JvmName(name = "qjlhtaowycwcgtxs")
suspend fun inputs(vararg values: Output<ApplicationInputArgs>)


@JvmName(name = "dbwbcoqsbsbyqyga")
suspend fun inputs(values: List<Output<ApplicationInputArgs>>)
@JvmName(name = "vubkouubirkmhqmv")
suspend fun inputs(vararg values: ApplicationInputArgs)

Parameters

values

The array of Input objects describing the input streams used by the application.


@JvmName(name = "gwalugvhpmmmuhxd")
suspend fun inputs(argument: List<suspend ApplicationInputArgsBuilder.() -> Unit>)
@JvmName(name = "buvaanlgqtrirxny")
suspend fun inputs(vararg argument: suspend ApplicationInputArgsBuilder.() -> Unit)
@JvmName(name = "qowdgiyjtkmcunwq")
suspend fun inputs(argument: suspend ApplicationInputArgsBuilder.() -> Unit)

Parameters

argument

The array of Input objects describing the input streams used by the application.