@Stability(value=Stable)
public static interface CfnDeploymentGroup.DeploymentReadyOptionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codedeploy.*;
DeploymentReadyOptionProperty deploymentReadyOptionProperty = DeploymentReadyOptionProperty.builder()
.actionOnTimeout("actionOnTimeout")
.waitTimeInMinutes(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.DeploymentReadyOptionProperty.Builder
A builder for
CfnDeploymentGroup.DeploymentReadyOptionProperty |
static class |
CfnDeploymentGroup.DeploymentReadyOptionProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.DeploymentReadyOptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.DeploymentReadyOptionProperty.Builder |
builder() |
default String |
getActionOnTimeout()
Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.
|
default Number |
getWaitTimeInMinutes()
The number of minutes to wait before the status of a blue/green deployment is changed to Stopped if rerouting is not started manually.
|
@Stability(value=Stable) @Nullable default String getActionOnTimeout()
@Stability(value=Stable) @Nullable default Number getWaitTimeInMinutes()
Applies only to the STOP_DEPLOYMENT option for actionOnTimeout .
@Stability(value=Stable) static CfnDeploymentGroup.DeploymentReadyOptionProperty.Builder builder()
Copyright © 2022. All rights reserved.