codedeploy_application
Table to manage AWS CodeDeploy application entities. An application is simply a name or container used by CodeDeploy to ensure that the correct revision, deployment configuration, and deployment group are referenced during a deployment.
See
https://docs.aws.amazon.com/codedeploy/latest/userguide/applications-create.html
Columns
• Optional
application_id: string
AWS generated ID for the application
• compute_platform: compute_platform
Compute platform where the application will run
• Optional
deployment_groups: codedeploy_deployment_group
[]
Deployment groups attached to this specific application
See
https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-groups.html
• name: string
Name for the Codedeploy application
• region: string
Region for the Codedeploy application