Skip to content

Source: awsDatapipelinePipeline

Provides details about a specific DataPipeline Pipeline.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsDatapipelinePipeline.DataAwsDatapipelinePipeline(
  this,
  "example",
  {
    pipelineId: "pipelineID",
  }
);

Argument Reference

The following arguments are required:

  • pipelineId - (Required) ID of the pipeline.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • name - Name of Pipeline.
  • description - Description of Pipeline.
  • tags - Map of tags assigned to the resource.