commands

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

Parameters

value

The shell commands to run with your commands rule in CodePipeline. All commands are supported except multi-line formats.


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


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

Parameters

values

The shell commands to run with your commands rule in CodePipeline. All commands are supported except multi-line formats.