commands

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


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