Skip to main content
Version: 0.1.9

codedeploy_deployment_group

Table to manage AWS CodeDeploy deployment group entities. You can specify one or more deployment groups for a CodeDeploy application. Each application deployment uses one of its deployment groups. The deployment group contains settings and configurations used during the deployment.

See

https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-groups.html

Columns

application: codedeploy_application

Reference for the application to where this deployment group belongs

deployment_config_name: deployment_config_type

Deployment model to follow

Optional deployment_group_id: string

AWS generated ID for the deployment group

Optional deployment_style: Object

Information about the type of deployment, in-place or blue/green, that you want to run and whether to route deployment traffic behind a load balancer.

Type declaration

NameType
deployment_optiondeployment_option
deployment_typedeployment_type

Optional deployments: codedeploy_deployment[]

List of the current deployments associated to this group

Optional ec2_tag_filters: { key: undefined | string ; type: ec2_tag_filter_type ; value: undefined | string }[]

Complex type used to filter the instances where the application will be deployed

See

https://docs.aws.amazon.com/codedeploy/latest/userguide/instances-tagging.html

name: string

Name for the Codedeploy deployment group

region: string

Region for the Codedeploy deployment group

Optional role: iam_role

Reference for the AWS role used by this deployment group