UpdateDeploymentGroupRequest

Represents the input of an UpdateDeploymentGroup operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.

Link copied to clipboard

The application name that corresponds to the deployment group to update.

Link copied to clipboard

Information for an automatic rollback configuration that is added or changed when a deployment group is updated.

Link copied to clipboard

The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them.

Link copied to clipboard

Information about blue/green deployment options for a deployment group.

Link copied to clipboard

The current name of the deployment group.

Link copied to clipboard

The replacement deployment configuration name to use, if you want to change it.

Link copied to clipboard

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

Link copied to clipboard

The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

Link copied to clipboard

Information about groups of tags applied to on-premises instances. The deployment group includes only Amazon EC2 instances identified by all the tag groups.

Link copied to clipboard

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

Link copied to clipboard

Information about the load balancer used in a deployment.

Link copied to clipboard

The new name of the deployment group, if you want to change it.

Link copied to clipboard

The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

Link copied to clipboard

Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups.

Link copied to clipboard

Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.

Link copied to clipboard

A replacement ARN for the service role, if you want to change it.

Link copied to clipboard

This parameter only applies if you are using CodeDeploy with Amazon EC2 Auto Scaling. For more information, see Integrating CodeDeploy with Amazon EC2 Auto Scaling in the CodeDeploy User Guide.

Link copied to clipboard

Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the CodeDeploy User Guide.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String