aws_codedeploy_get_deployment
Retrieve comprehensive deployment details including status, duration, and error information for AWS CodeDeploy deployments to monitor and troubleshoot application deployments.
Instructions
Get full details of a CodeDeploy deployment (status, duration, error info).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| deployment_id | Yes | Deployment ID (e.g., d-XXXXXXXXX) |