variables

@JvmName(name = "ufvhxgmluxewinhe")
suspend fun variables(value: Output<List<DatasetVariableArgs>>)
@JvmName(name = "joggqwvjafjibjhu")
suspend fun variables(value: List<DatasetVariableArgs>?)

Parameters

value

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".


@JvmName(name = "ydirtppywnuxdbnx")
suspend fun variables(vararg values: Output<DatasetVariableArgs>)


@JvmName(name = "sabtobqwhyiybryt")
suspend fun variables(values: List<Output<DatasetVariableArgs>>)
@JvmName(name = "iryosfsffkplnabp")
suspend fun variables(vararg values: DatasetVariableArgs)

Parameters

values

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".


@JvmName(name = "kkiphjiyektwudme")
suspend fun variables(argument: List<suspend DatasetVariableArgsBuilder.() -> Unit>)
@JvmName(name = "mcfiqynccmqqgxgc")
suspend fun variables(vararg argument: suspend DatasetVariableArgsBuilder.() -> Unit)
@JvmName(name = "ajlsluxrwlduddnw")
suspend fun variables(argument: suspend DatasetVariableArgsBuilder.() -> Unit)

Parameters

argument

The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".