commands

@JvmName(name = "xkrxtxdyvnaarbqr")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "wqckaqjtxnnclvhp")
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 = "vsgyprginepajuli")
suspend fun commands(vararg values: Output<String>)


@JvmName(name = "xqeogucgubcutpvs")
suspend fun commands(values: List<Output<String>>)
@JvmName(name = "vbupyqtfgmrkfbjt")
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.