containerArguments

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

Parameters

value

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


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


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

Parameters

values

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