variables

@JvmName(name = "jywiihfqqmqmqcyb")
suspend fun variables(value: Output<List<PipelineVariableDeclarationArgs>>)
@JvmName(name = "sumiwjvhrlnpjjhg")
suspend fun variables(value: List<PipelineVariableDeclarationArgs>?)

Parameters

value

A list that defines the pipeline variables for a pipeline resource. Variable names can have alphanumeric and underscore characters, and the values must match A-Za-z0-9@\-_+.


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


@JvmName(name = "kgocbgbdhhjhuuux")
suspend fun variables(values: List<Output<PipelineVariableDeclarationArgs>>)
@JvmName(name = "tpilfcesfaqufedl")
suspend fun variables(vararg values: PipelineVariableDeclarationArgs)

Parameters

values

A list that defines the pipeline variables for a pipeline resource. Variable names can have alphanumeric and underscore characters, and the values must match A-Za-z0-9@\-_+.


@JvmName(name = "tsqiehnfvqafrqqm")
suspend fun variables(argument: List<suspend PipelineVariableDeclarationArgsBuilder.() -> Unit>)
@JvmName(name = "btspciuknraobmgi")
suspend fun variables(vararg argument: suspend PipelineVariableDeclarationArgsBuilder.() -> Unit)
@JvmName(name = "peahfsapdnwjxglx")
suspend fun variables(argument: suspend PipelineVariableDeclarationArgsBuilder.() -> Unit)

Parameters

argument

A list that defines the pipeline variables for a pipeline resource. Variable names can have alphanumeric and underscore characters, and the values must match A-Za-z0-9@\-_+.