variables

@JvmName(name = "xflepqenjmcpatgu")
suspend fun variables(value: Output<List<PipelineVariableDeclarationArgs>>)
@JvmName(name = "fguulvbsdoxpeltq")
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 = "ctkofwkwnnounlvr")
suspend fun variables(vararg values: Output<PipelineVariableDeclarationArgs>)


@JvmName(name = "nmfocfmindvrpnqy")
suspend fun variables(values: List<Output<PipelineVariableDeclarationArgs>>)
@JvmName(name = "tulvsdnluionoklh")
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 = "krulefynsqddpixb")
suspend fun variables(argument: List<suspend PipelineVariableDeclarationArgsBuilder.() -> Unit>)
@JvmName(name = "frumjuxyipegfimq")
suspend fun variables(vararg argument: suspend PipelineVariableDeclarationArgsBuilder.() -> Unit)
@JvmName(name = "rcyljumjxxjydaln")
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@\-_+.