containerArguments

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

Parameters

value

A list of arguments to apply to the container.


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


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

Parameters

values

A list of arguments to apply to the container.