aws.codedeploy.application
Supported platform
- aws
Description
AWS CodeDeploy Application
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| arn | string | ARN of the application |
| applicationId | string | ID of the application |
| applicationName | string | Name of the application |
| computePlatform | string | Compute platform of the application (Server, Lambda, or ECS) |
| createdAt | time | Time the application was created |
| linkedToGitHub | bool | Whether the application is linked to a GitHub account |
| tags | map[string]string | Tags for the application |
| deploymentGroups | []aws.codedeploy.deploymentGroup | List of deployment groups for this application |
| deployments | []aws.codedeploy.deployment | List of deployments for this application |
| region | string | Region of the application |