@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:41.437Z")
public interface ServerDeploymentConfigProps
ServerDeploymentConfig
.
Example:
ServerDeploymentConfig deploymentConfig = ServerDeploymentConfig.Builder.create(this, "DeploymentConfiguration") .deploymentConfigName("MyDeploymentConfiguration") // optional property // one of these is required, but both cannot be specified at the same time .minimumHealthyHosts(MinimumHealthyHosts.count(2)) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ServerDeploymentConfigProps.Builder
A builder for
ServerDeploymentConfigProps |
static class |
ServerDeploymentConfigProps.Jsii$Proxy
An implementation for
ServerDeploymentConfigProps |
Modifier and Type | Method and Description |
---|---|
static ServerDeploymentConfigProps.Builder |
builder() |
default java.lang.String |
getDeploymentConfigName()
The physical, human-readable name of the Deployment Configuration.
|
MinimumHealthyHosts |
getMinimumHealthyHosts()
Minimum number of healthy hosts.
|
MinimumHealthyHosts getMinimumHealthyHosts()
default java.lang.String getDeploymentConfigName()
Default: a name will be auto-generated
static ServerDeploymentConfigProps.Builder builder()