command

@JvmName(name = "nqcgbexeowdqdbww")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "monfmwephpvedsrw")
suspend fun command(value: List<String>?)

Parameters

value

The command 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 = "lncmgwfeejyvblkh")
suspend fun command(vararg values: Output<String>)


@JvmName(name = "ybyhxqeripobwufc")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "nvkyiyjirctkekcc")
suspend fun command(vararg values: String)

Parameters

values

The command 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.