arguments

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


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

Parameters

values

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