commands

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


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