commands

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

Parameters

value

The shell commands to run with your compute action in CodePipeline.


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


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

Parameters

values

The shell commands to run with your compute action in CodePipeline.