Pipeline

class Pipeline : KotlinCustomResource

Pipeline resource type. Uses Azure REST API version 2018-06-01. In version 1.x of the Azure Native provider, it used API version 2018-06-01.

Properties

Link copied to clipboard
val activities: Output<List<Any>>?

List of activities in pipeline.

Link copied to clipboard
val annotations: Output<List<Any>>?

List of tags that can be used for describing the Pipeline.

Link copied to clipboard
val concurrency: Output<Int>?

The max number of concurrent runs for the pipeline.

Link copied to clipboard
val description: Output<String>?

The description of the pipeline.

Link copied to clipboard
val etag: Output<String>

Etag identifies change in the resource.

Link copied to clipboard

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name.

Link copied to clipboard

List of parameters for pipeline.

Link copied to clipboard

Pipeline Policy.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val runDimensions: Output<Map<String, Any>>?

Dimensions emitted by Pipeline.

Link copied to clipboard
val type: Output<String>

The resource type.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

List of variables for pipeline.