containerArguments

@JvmName(name = "ipgaxtfptnlcevwm")
suspend fun containerArguments(value: Output<List<String>>)
@JvmName(name = "vgbwnldvontkspyb")
suspend fun containerArguments(value: List<String>?)

Parameters

value

A list of arguments to apply to the container.


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


@JvmName(name = "ucfndoybhisnykns")
suspend fun containerArguments(values: List<Output<String>>)
@JvmName(name = "clmaevhpsbvrchig")
suspend fun containerArguments(vararg values: String)

Parameters

values

A list of arguments to apply to the container.