aws-codepipeline: add executionMode
property to Pipeline
#29147
Labels
@aws-cdk/aws-codepipeline
Related to AWS CodePipeline
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
CloudFormation already supports
executionMode
, which can also be supported by CDK.https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-pipeline.html#cfn-codepipeline-pipeline-executionmode
Use Case
We would be good to add a new parameter for execution mode.
Proposed Solution
Add an
executionMode
parameter to thePipelineProps
interface.Other Information
No response
Acknowledgements
CDK version used
2.128.0
Environment details (OS name and version, etc.)
MacOS 13.0
The text was updated successfully, but these errors were encountered: