commands

@JvmName(name = "dkiydrlgsouttovj")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "uwbkhwvdtorynuar")
suspend fun commands(value: List<String>?)

Parameters

value

List of Custom entry commands started by Custom Runtime. When there are multiple commands in the list, they are spliced in sequence.


@JvmName(name = "xpagwphdraknetnc")
suspend fun commands(vararg values: Output<String>)


@JvmName(name = "kqorljmnphtyyibc")
suspend fun commands(values: List<Output<String>>)
@JvmName(name = "bvkuohepsibkfeab")
suspend fun commands(vararg values: String)

Parameters

values

List of Custom entry commands started by Custom Runtime. When there are multiple commands in the list, they are spliced in sequence.