approve_action
Manually approve or reject pipeline actions in AWS CodePipeline by specifying pipeline, stage, action, token, and decision. Optional comments can be included for clarity.
Instructions
Approve or reject a manual approval action
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actionName | Yes | Name of the action | |
approved | Yes | Boolean indicating approval or rejection | |
comments | No | Optional comments | |
pipelineName | Yes | Name of the pipeline | |
stageName | Yes | Name of the stage | |
token | Yes | Approval token |