containerArguments

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

Parameters

value

A list of arguments to apply to the container.


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


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

Parameters

values

A list of arguments to apply to the container.