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