commands

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

Parameters

value

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


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


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

Parameters

values

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