variables

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


@JvmName(name = "yjqncwyexjnjscoe")
suspend fun variables(values: List<Output<PipelineVariableDeclarationArgs>>)
@JvmName(name = "nlurulqkdgadnloy")
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 = "fokolypyvdnuwhna")
suspend fun variables(argument: List<suspend PipelineVariableDeclarationArgsBuilder.() -> Unit>)
@JvmName(name = "qkcpvyruphcpkplf")
suspend fun variables(vararg argument: suspend PipelineVariableDeclarationArgsBuilder.() -> Unit)
@JvmName(name = "ueuxxdbqnpxrfwkt")
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@\-_+.