approve_action
Manage manual approval actions in AWS CodePipeline by approving or rejecting requests. Specify pipeline, stage, action, token, and decision with optional comments 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 |