CreateDeploymentRequest

Represents the input of a CreateDeployment operation.

Types

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

Properties

Link copied to clipboard

The name of an CodeDeploy application associated with the user or Amazon Web Services account.

Link copied to clipboard

Configuration information for an automatic rollback that is added when a deployment is created.

Link copied to clipboard

The name of a deployment configuration associated with the user or Amazon Web Services account.

Link copied to clipboard

The name of the deployment group.

Link copied to clipboard

A comment about the deployment.

Link copied to clipboard

Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.

Link copied to clipboard

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

Link copied to clipboard

Allows you to specify information about alarms associated with a deployment. The alarm configuration that you specify here will override the alarm configuration at the deployment group level. Consider overriding the alarm configuration if you have set up alarms at the deployment group level that are causing deployment failures. In this case, you would call CreateDeployment to create a new deployment that uses a previous application revision that is known to work, and set its alarm configuration to turn off alarm polling. Turning off alarm polling ensures that the new deployment proceeds without being blocked by the alarm that was generated by the previous, failed, deployment.

Link copied to clipboard

The type and location of the revision to deploy.

Link copied to clipboard

Information about the instances that belong to the replacement environment in a blue/green deployment.

Link copied to clipboard

Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.

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