Pipeline

class Pipeline : KotlinCustomResource

An example resource schema demonstrating some basic constructs and validation rules.

Properties

Link copied to clipboard
val activate: Output<Boolean>?

Indicates whether to validate and start the pipeline or stop an active pipeline. By default, the value is set to true.

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

A description of the pipeline.

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

The name of the pipeline.

Link copied to clipboard

The parameter objects used with the pipeline.

Link copied to clipboard

The parameter values used with the pipeline.

Link copied to clipboard
val pipelineId: Output<String>

The ID of the pipeline.

Link copied to clipboard

The objects that define the pipeline. These objects overwrite the existing pipeline definition. Not all objects, fields, and values can be updated. For information about restrictions, see Editing Your Pipeline in the AWS Data Pipeline Developer Guide.

Link copied to clipboard
val pipelineTags: Output<List<Tag>>?

A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions. For more information, see Controlling Access to Pipelines and Resources in the AWS Data Pipeline Developer Guide.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>