Provides details about a specific DataPipeline Pipeline.
data "aws_datapipeline_pipeline" "example" {
pipeline_id = "pipelineID"
}
The following arguments are required:
pipeline_id
- (Required) ID of the pipeline.This data source exports the following attributes in addition to the arguments above:
name
- Name of Pipeline.description
- Description of Pipeline.tags
- Map of tags assigned to the resource.