arguments

@JvmName(name = "wtrvokhglsmloscs")
suspend fun arguments(value: Output<List<String>>)
@JvmName(name = "xntesobujjufvbun")
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 = "ioxtrwvwjjpsnjrc")
suspend fun arguments(vararg values: Output<String>)


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

Parameters

values

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