aws.codedeploy.deploymentGroup
Supported platform
- aws
Description
AWS CodeDeploy Deployment Group
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| applicationName | string | Application name this deployment group belongs to |
| arn | string | ARN of the deployment group |
| deploymentGroupId | string | ID of the deployment group |
| deploymentGroupName | string | Name of the deployment group |
| computePlatform | string | Compute platform of the deployment group (Server, Lambda, or ECS) |
| serviceRoleArn | string | Service role ARN for the deployment group |
| targetRevision | dict | Target revision for the deployment group (includes type, location, etc.) |
| tags | map[string]string | Tags for the deployment group |
| region | string | Region of the deployment group |
| deployments | []aws.codedeploy.deployment | List of deployments for this deployment group |
| autoScalingGroups | []aws.autoscaling.group | Auto scaling groups associated with the deployment group |
| ec2TagFilters | []dict | EC2 tag filters for the deployment group |
| onPremisesInstanceTagFilters | []dict | On-premises instance tag filters for the deployment group |
| lastSuccessfulDeployment | aws.codedeploy.deployment | Last successful deployment information |
| lastAttemptedDeployment | aws.codedeploy.deployment | Last attempted deployment information |
| deploymentStyle | dict | Deployment style (BLUE_GREEN or IN_PLACE) |
| blueGreenDeploymentConfiguration | dict | Blue/green deployment configuration |
| loadBalancerInfo | dict | Load balancer info |