Skip to content

Resource: awsDatapipelinePipeline

Provides a DataPipeline Pipeline resource.

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.datapipelinePipeline.DatapipelinePipeline(this, "default", {
  name: "tf-pipeline-default",
});

Argument Reference

The following arguments are supported:

  • name - (Required) The name of Pipeline.
  • description - (Optional) The description of Pipeline.
  • tags - (Optional) A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Attributes Reference

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

  • id - The identifier of the client certificate.
  • tagsAll - A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

awsDatapipelinePipeline can be imported by using the id (Pipeline ID), e.g.,

$ terraform import aws_datapipeline_pipeline.default df-1234567890