containerArguments

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

Parameters

value

The arguments for the container when you're running the application.


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


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

Parameters

values

The arguments for the container when you're running the application.