arguments

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


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

Parameters

values

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