DeploymentGroupInfo

Information about a deployment group.

Types

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

Properties

Link copied to clipboard

A list of alarms associated with the deployment group.

Link copied to clipboard

The application name.

Link copied to clipboard

Information about the automatic rollback configuration associated with the deployment group.

Link copied to clipboard

A list of associated Auto Scaling groups.

Link copied to clipboard

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

Link copied to clipboard

The destination platform type for the deployment (Lambda, Server, or ECS).

Link copied to clipboard

The deployment configuration name.

Link copied to clipboard

The deployment group ID.

Link copied to clipboard

The deployment group name.

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 Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.

Link copied to clipboard

Information about groups of tags applied to an Amazon EC2 instance. The deployment group includes only Amazon EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.

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 most recent attempted deployment to the deployment group.

Link copied to clipboard

Information about the most recent successful deployment to the deployment group.

Link copied to clipboard

Information about the load balancer to use in a deployment.

Link copied to clipboard

The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.

Link copied to clipboard

Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.

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 service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to Amazon Web Services services on your behalf. For more information, see Create a Service Role for CodeDeploy in the CodeDeploy User Guide.

Link copied to clipboard

Information about the deployment group's target revision, including type and location.

Link copied to clipboard

Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.

Link copied to clipboard

Information about triggers associated with the deployment group.

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