codedeploy_deployment
Table to list existing AWS CodeDeploy deployments. A deployment is the process, and the components involved in the process, of installing content on one or more instances.
See
https://docs.aws.amazon.com/codedeploy/latest/userguide/deployments.html
Columns
• application: codedeploy_application
Reference for the application to where the deployment belongs
• deployment_group: codedeploy_deployment_group
Reference for the deployment group to where the deployment belongs
• Optional
deployment_id: string
Internal AWS ID for the deployment
• Optional
description: string
Description to identify the deployment group
• Optional
external_id: string
The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.
See
https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_DeploymentInfo.html
• Optional
location: Object
Complex type to identified the location used by the deployment. It has specific configurations for Github or S3
See
https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_RevisionLocation.html
Type declaration
Name | Type |
---|---|
github_location | { commit_id? : string ; repository? : string } |
github_location_commit_id | string |
github_location_repository | string |
revision_type | revision_type |
s3_location | { bucket? : string ; key? : string } |
s3_location_bucket | string |
s3_location_key | string |
• region: string
Region for the Codedeploy deployment
• Optional
status: deployment_status
Current status of the deployment