@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.819Z") public interface CfnDeploymentConfigProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentConfigProps.Builder
A builder for
CfnDeploymentConfigProps |
static class |
CfnDeploymentConfigProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentConfigProps.Builder |
builder() |
String |
getDeploymentConfigName()
``AWS::CodeDeploy::DeploymentConfig.DeploymentConfigName``
|
Object |
getMinimumHealthyHosts()
``AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts``
|
void |
setDeploymentConfigName(String value)
``AWS::CodeDeploy::DeploymentConfig.DeploymentConfigName``
|
void |
setMinimumHealthyHosts(CfnDeploymentConfig.MinimumHealthyHostsProperty value)
``AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts``
|
void |
setMinimumHealthyHosts(software.amazon.awscdk.Token value)
``AWS::CodeDeploy::DeploymentConfig.MinimumHealthyHosts``
|
String getDeploymentConfigName()
void setDeploymentConfigName(String value)
Object getMinimumHealthyHosts()
void setMinimumHealthyHosts(CfnDeploymentConfig.MinimumHealthyHostsProperty value)
void setMinimumHealthyHosts(software.amazon.awscdk.Token value)
static CfnDeploymentConfigProps.Builder builder()
CfnDeploymentConfigProps.Builder of CfnDeploymentConfigPropsCopyright © 2019. All rights reserved.