AWS CodeDeploy Deployment Group
aws.codedeploy.deploymentGroup MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
AWS CodeDeploy Deployment Group
Min version: 9.0.0Defaults:
deploymentGroupName computePlatform deploymentGroupId regionRelationships
5 resources · 10 relationships·Click to select, expand fields to see properties.
Fields (18)
| Field | Type | Description |
|---|---|---|
applicationNamerequired | string | Application name this deployment group belongs to |
arnrequired | string | ARN of the deployment group |
autoScalingGroups | []aws.autoscaling.group | Auto scaling groups associated with the deployment group |
blueGreenDeploymentConfiguration | dict | Blue/green deployment configuration |
computePlatformrequired | string | Compute platform of the deployment group (Server, Lambda, or ECS) |
deploymentGroupIdrequired | string | ID of the deployment group |
deploymentGroupNamerequired | string | Name of the deployment group |
deployments | []aws.codedeploy.deployment | List of deployments for this deployment group |
deploymentStyle | dict | Deployment style (BLUE_GREEN or IN_PLACE) |
ec2TagFilters | []dict | EC2 tag filters for the deployment group |
lastAttemptedDeployment | aws.codedeploy.deployment | Last attempted deployment information |
lastSuccessfulDeployment | aws.codedeploy.deployment | Last successful deployment information |
loadBalancerInfo | dict | Load balancer info |
onPremisesInstanceTagFilters | []dict | On-premises instance tag filters for the deployment group |
regionrequired | string | Region of the deployment group |
serviceRoleArnrequired | string | Service role ARN for the deployment group |
tags | map[string]string | Tags for the deployment group |
targetRevision | dict | Target revision for the deployment group (includes type, location, etc.) |