5 CDK constructs available in aws-cdk-lib/aws-codepipeline
import * as codepipeline from 'aws-cdk-lib/aws-codepipeline';Higher-level abstractions with sensible defaults and convenience methods.
The resource representing registering a custom Action with CodePipeline. For the Action to be usable, it has to be registered for every region and every account it's used in. In addition to this class, you should most likely also provide your clients a class representing your custom Action, extending the Action class, and taking the `actionProperties` as properly typed, construction properties.
An AWS CodePipeline pipeline with its associated IAM role and S3 bucket.
Direct CloudFormation resource mappings. One-to-one with CloudFormation resource types.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-cdk-lib/aws-codepipeline