command

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

Parameters

value

Specifies parameters that you want to pass in with ENTRYPOINT. You can specify a maximum of 1,500 parameters in the list.


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


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

Parameters

values

Specifies parameters that you want to pass in with ENTRYPOINT. You can specify a maximum of 1,500 parameters in the list.