Pipeline

class Pipeline : KotlinCustomResource

Creates a pipeline that can be run later. Create takes a Pipeline that has all fields other than pipelineId populated, and then returns the same pipeline with pipelineId populated. This id can be used to run the pipeline. Caller must have WRITE permission to the project.

Properties

Link copied to clipboard
val description: Output<String>

User-specified description.

Link copied to clipboard

Specifies the docker run information.

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

Input parameters of the pipeline.

Link copied to clipboard
val name: Output<String>

A user specified pipeline name that does not have to be unique. This name can be used for filtering Pipelines in ListPipelines.

Link copied to clipboard

Output parameters of the pipeline.

Link copied to clipboard
val pipelineId: Output<String>

Unique pipeline id that is generated by the service when CreatePipeline is called. Cannot be specified in the Pipeline used in the CreatePipelineRequest, and will be populated in the response to CreatePipeline and all subsequent Get and List calls. Indicates that the service has registered this pipeline.

Link copied to clipboard
val project: Output<String>

The project in which to create the pipeline. The caller must have WRITE access.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies resource requirements for the pipeline run. Required fields: * minimumCpuCores * minimumRamGb

Link copied to clipboard
val urn: Output<String>