public static interface CfnDeploymentConfig.MinimumHealthyHostsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentConfig.MinimumHealthyHostsProperty.Builder
A builder for
CfnDeploymentConfig.MinimumHealthyHostsProperty |
static class |
CfnDeploymentConfig.MinimumHealthyHostsProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentConfig.MinimumHealthyHostsProperty.Builder |
builder() |
String |
getType()
``CfnDeploymentConfig.MinimumHealthyHostsProperty.Type``
|
Object |
getValue()
``CfnDeploymentConfig.MinimumHealthyHostsProperty.Value``
|
void |
setType(String value)
``CfnDeploymentConfig.MinimumHealthyHostsProperty.Type``
|
void |
setValue(Number value)
``CfnDeploymentConfig.MinimumHealthyHostsProperty.Value``
|
void |
setValue(software.amazon.awscdk.Token value)
``CfnDeploymentConfig.MinimumHealthyHostsProperty.Value``
|
String getType()
void setType(String value)
Object getValue()
void setValue(Number value)
void setValue(software.amazon.awscdk.Token value)
static CfnDeploymentConfig.MinimumHealthyHostsProperty.Builder builder()
Copyright © 2019. All rights reserved.