variables

@JvmName(name = "rxikvrewshfggqek")
suspend fun variables(value: Output<List<PipelineVariableArgs>>)
@JvmName(name = "aeroftsymailijeq")
suspend fun variables(value: List<PipelineVariableArgs>?)

Parameters

value

A pipeline-level variable block. Valid only when pipeline_type is V2. Variable are documented below.


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


@JvmName(name = "fftwspxdfhgiehys")
suspend fun variables(values: List<Output<PipelineVariableArgs>>)
@JvmName(name = "pqwfptxeoqwpkuyf")
suspend fun variables(vararg values: PipelineVariableArgs)

Parameters

values

A pipeline-level variable block. Valid only when pipeline_type is V2. Variable are documented below.


@JvmName(name = "ddplvjbctkyxoqtg")
suspend fun variables(argument: List<suspend PipelineVariableArgsBuilder.() -> Unit>)
@JvmName(name = "lhmqkauwftobiajv")
suspend fun variables(vararg argument: suspend PipelineVariableArgsBuilder.() -> Unit)
@JvmName(name = "fkxruidusaunkybd")
suspend fun variables(argument: suspend PipelineVariableArgsBuilder.() -> Unit)

Parameters

argument

A pipeline-level variable block. Valid only when pipeline_type is V2. Variable are documented below.