Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
BlueInstanceTerminationOption |
BlueInstanceTerminationOption.clone() |
BlueInstanceTerminationOption |
BlueGreenDeploymentConfiguration.getTerminateBlueInstancesOnDeploymentSuccess()
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
BlueInstanceTerminationOption |
BlueInstanceTerminationOption.withAction(InstanceAction action)
The action to take on instances in the original environment after a successful blue/green deployment.
|
BlueInstanceTerminationOption |
BlueInstanceTerminationOption.withAction(String action)
The action to take on instances in the original environment after a successful blue/green deployment.
|
BlueInstanceTerminationOption |
BlueInstanceTerminationOption.withTerminationWaitTimeInMinutes(Integer terminationWaitTimeInMinutes)
The number of minutes to wait after a successful blue/green deployment before terminating instances from the
original environment.
|
Modifier and Type | Method and Description |
---|---|
void |
BlueGreenDeploymentConfiguration.setTerminateBlueInstancesOnDeploymentSuccess(BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess)
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
BlueGreenDeploymentConfiguration |
BlueGreenDeploymentConfiguration.withTerminateBlueInstancesOnDeploymentSuccess(BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess)
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
Copyright © 2017. All rights reserved.