commands

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

Parameters

value

List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.


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


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

Parameters

values

List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.