AWS::SageMaker::PipelineThe `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 { CfnPipeline } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnPipelineConfiguration passed to the constructor as CfnPipelineProps.
pipelineDefinitionRequiredanyThe definition of the pipeline. This can be either a JSON string or an Amazon S3 location.
pipelineNameRequiredstringThe name of the pipeline.
roleArnRequiredstring | IRoleRefThe Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.
parallelismConfigurationOptionalanyThe parallelism configuration applied to the pipeline.
pipelineDescriptionOptionalstringThe description of the pipeline.
pipelineDisplayNameOptionalstringThe display name of the pipeline.
tagsOptionalCfnTag[]The tags of the pipeline.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::Pipeline