options

@JvmName(name = "ohbakwfcwxbcugkb")
suspend fun options(value: Output<List<Either<String, PipelineOptions>>>)
@JvmName(name = "ofwuhfpqlfensqql")
suspend fun options(value: List<Either<String, PipelineOptions>>?)

Parameters

value

The list of all options configured for the pipeline.


@JvmName(name = "naljflfefxeypxlv")
suspend fun options(vararg values: Output<Either<String, PipelineOptions>>)


@JvmName(name = "dsgjakcdhbhcfndq")
suspend fun options(values: List<Output<Either<String, PipelineOptions>>>)
@JvmName(name = "ucgeixgdosscicml")
suspend fun options(vararg values: Either<String, PipelineOptions>)

Parameters

values

The list of all options configured for the pipeline.