command

@JvmName(name = "fsfliivvtdysewut")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "whetnjmxvemuuefa")
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.


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


@JvmName(name = "peoaqsqgqkkjxepn")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "smfqqkuhyqcdlvkl")
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.