aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

[AWS::CodePipeline::Pipeline] - Stage Declaration - onFailure #2035

Open jaydm26 opened 1 month ago

jaydm26 commented 1 month ago

Name of the resource

AWS::CodePipeline::Pipeline

Resource name

No response

Description

AWS added support for automatic rollbacks in CodePipelines. However, Cloudformation does not seem to be updated.

AWS Docs: https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-rollback-auto.html Missing in Cloudformation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stagedeclaration.html

Can this please be added. Currently, this change blocks https://github.com/aws/aws-cdk/issues/30083 in AWS CDK.

Other Details

No response