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

## Properties

- `PipelineDefinition` (`any`, required)
- `PipelineName` (`string`, required): The name of the Pipeline.
- `RoleArn` (`string`, required): Role Arn
- `ParallelismConfiguration` (`Record<string, unknown>`, optional)
- `PipelineDescription` (`string`, optional): The description of the Pipeline.
- `PipelineDisplayName` (`string`, optional): The display name of the Pipeline.
- `Tags` (`SageMakerPipeline_Tag[]`, optional)
