---
type: resource-type
title: DataPipelinePipeline
description: aws resource type AWS::DataPipeline::Pipeline
name: DataPipelinePipeline
lexicon: aws
resource_type: AWS::DataPipeline::Pipeline
---
`AWS::DataPipeline::Pipeline`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The name of the pipeline.
- `Activate` (`boolean`, optional): Indicates whether to validate and start the pipeline or stop an active pipeline. By default, the value is set to true.
- `Description` (`string`, optional): A description of the pipeline.
- `ParameterObjects` (`DataPipelinePipeline_ParameterObject[]`, optional): The parameter objects used with the pipeline.
- `ParameterValues` (`DataPipelinePipeline_ParameterValue[]`, optional): The parameter values used with the pipeline.
- `PipelineId` (`string`, optional)
- `PipelineObjects` (`DataPipelinePipeline_PipelineObject[]`, optional): 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.
- `PipelineTags` (`DataPipelinePipeline_PipelineTag[]`, optional): 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.

## Attributes

- `PipelineId`
