Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
DeploymentReadyOption |
DeploymentReadyOption.clone() |
DeploymentReadyOption |
BlueGreenDeploymentConfiguration.getDeploymentReadyOption()
Information about the action to take when newly provisioned instances are ready to receive traffic in a
blue/green deployment.
|
DeploymentReadyOption |
DeploymentReadyOption.withActionOnTimeout(DeploymentReadyAction actionOnTimeout)
Information about when to reroute traffic from an original environment to a replacement environment in a
blue/green deployment.
|
DeploymentReadyOption |
DeploymentReadyOption.withActionOnTimeout(String actionOnTimeout)
Information about when to reroute traffic from an original environment to a replacement environment in a
blue/green deployment.
|
DeploymentReadyOption |
DeploymentReadyOption.withWaitTimeInMinutes(Integer waitTimeInMinutes)
The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not
started manually.
|
Modifier and Type | Method and Description |
---|---|
void |
BlueGreenDeploymentConfiguration.setDeploymentReadyOption(DeploymentReadyOption deploymentReadyOption)
Information about the action to take when newly provisioned instances are ready to receive traffic in a
blue/green deployment.
|
BlueGreenDeploymentConfiguration |
BlueGreenDeploymentConfiguration.withDeploymentReadyOption(DeploymentReadyOption deploymentReadyOption)
Information about the action to take when newly provisioned instances are ready to receive traffic in a
blue/green deployment.
|
Copyright © 2017. All rights reserved.