options

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

Parameters

value

The list of all options configured for the pipeline.


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


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

Parameters

values

The list of all options configured for the pipeline.