Builder
Properties
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
Configuration information for an automatic rollback that is added when a deployment is created.
The name of a deployment configuration associated with the user or Amazon Web Services account.
The name of the deployment group.
A comment about the deployment.
Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
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
.
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.
The type and location of the revision to deploy.
Information about the instances that belong to the replacement environment in a blue/green deployment.
Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.
Functions
construct an aws.sdk.kotlin.services.codedeploy.model.AutoRollbackConfiguration inside the given block
construct an aws.sdk.kotlin.services.codedeploy.model.AlarmConfiguration inside the given block
construct an aws.sdk.kotlin.services.codedeploy.model.RevisionLocation inside the given block
construct an aws.sdk.kotlin.services.codedeploy.model.TargetInstances inside the given block