@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-02-24T23:24:28.267Z") @Stability(value=Stable) public interface ServerDeploymentConfigProps extends software.amazon.jsii.JsiiSerializable
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 String |
getDeploymentConfigName()
The physical, human-readable name of the Deployment Configuration.
|
MinimumHealthyHosts |
getMinimumHealthyHosts()
Minimum number of healthy hosts.
|
@Stability(value=Stable) @NotNull MinimumHealthyHosts getMinimumHealthyHosts()
@Stability(value=Stable) @Nullable default String getDeploymentConfigName()
Default: a name will be auto-generated
@Stability(value=Stable) static ServerDeploymentConfigProps.Builder builder()
Copyright © 2022. All rights reserved.