arguments

@JvmName(name = "angwvpraxtaquuyv")
suspend fun arguments(value: Output<List<String>>)
@JvmName(name = "qprrhtfvwjwakass")
suspend fun arguments(value: List<String>?)

Parameters

value

Specifies the arguments to the entrypoint. The docker image's CMD is used if not specified.


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


@JvmName(name = "ydcfhrjxyuniykfj")
suspend fun arguments(values: List<Output<String>>)
@JvmName(name = "jmwgjltgtbqpyuin")
suspend fun arguments(vararg values: String)

Parameters

values

Specifies the arguments to the entrypoint. The docker image's CMD is used if not specified.