containerArguments

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

Parameters

value

A list of arguments to apply to the container.


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


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

Parameters

values

A list of arguments to apply to the container.