AWS CodeDeploy Construct Library
-
The CloudWatch alarms associated with this Deployment Group.
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
The auto-rollback configuration for this Deployment Group.
The auto-scaling groups belonging to this Deployment Group.
ServerDeploymentGroup.Builder.create(software.constructs.Construct scope,
String id)
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
The physical, human-readable name of the CodeDeploy Deployment Group.
All EC2 instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
Whether to skip the step of checking CloudWatch alarms during the deployment process.
Whether to continue a deployment even if fetching the alarm status from CloudWatch failed.
If you've provided any auto-scaling groups with the #autoScalingGroups
property, you can set this property to add User Data that installs the CodeDeploy agent on the instances.
CodeDeploy supports the deployment to multiple load balancers.
All on-premise instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
ServerDeploymentGroup.Builder.role(IRole role)
The service Role of this Deployment Group.
Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.
loadBalancers
instead.