AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::Pipeline

CfnPipeline

The `AWS::SageMaker::Pipeline` resource creates shell scripts that run when you create and/or start a SageMaker Pipeline. For information about SageMaker Pipelines, see [SageMaker Pipelines](https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines.html) in the *Amazon SageMaker Developer Guide* .

Import

import { CfnPipeline } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnPipeline

Properties

Configuration passed to the constructor as CfnPipelineProps.

pipelineDefinitionRequired
any

The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.

pipelineNameRequired
string

The name of the pipeline.

roleArnRequired
string | IRoleRef

The Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.

parallelismConfigurationOptional
any

The parallelism configuration applied to the pipeline.

pipelineDescriptionOptional
string

The description of the pipeline.

pipelineDisplayNameOptional
string

The display name of the pipeline.

tagsOptional
CfnTag[]

The tags of the pipeline.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter