@Stability(value=Stable)
public static interface CfnService.DeploymentConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
DeploymentConfigurationProperty deploymentConfigurationProperty = DeploymentConfigurationProperty.builder()
.deploymentCircuitBreaker(DeploymentCircuitBreakerProperty.builder()
.enable(false)
.rollback(false)
.build())
.maximumPercent(123)
.minimumHealthyPercent(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.DeploymentConfigurationProperty.Builder
A builder for
CfnService.DeploymentConfigurationProperty |
static class |
CfnService.DeploymentConfigurationProperty.Jsii$Proxy
An implementation for
CfnService.DeploymentConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.DeploymentConfigurationProperty.Builder |
builder() |
default Object |
getDeploymentCircuitBreaker()
`CfnService.DeploymentConfigurationProperty.DeploymentCircuitBreaker`.
|
default Number |
getMaximumPercent()
`CfnService.DeploymentConfigurationProperty.MaximumPercent`.
|
default Number |
getMinimumHealthyPercent()
`CfnService.DeploymentConfigurationProperty.MinimumHealthyPercent`.
|
@Stability(value=Stable) @Nullable default Object getDeploymentCircuitBreaker()
@Stability(value=Stable) @Nullable default Number getMaximumPercent()
@Stability(value=Stable) @Nullable default Number getMinimumHealthyPercent()
@Stability(value=Stable) static CfnService.DeploymentConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.