@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-21T20:28:58.742Z") @Stability(value=Stable) public interface ServerDeploymentConfigProps extends software.amazon.jsii.JsiiSerializable, BaseDeploymentConfigOptions
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() |
MinimumHealthyHosts |
getMinimumHealthyHosts()
Minimum number of healthy hosts.
|
getDeploymentConfigName
@Stability(value=Stable) @NotNull MinimumHealthyHosts getMinimumHealthyHosts()
@Stability(value=Stable) static ServerDeploymentConfigProps.Builder builder()
builder
in interface BaseDeploymentConfigOptions
ServerDeploymentConfigProps.Builder
of ServerDeploymentConfigProps
Copyright © 2022. All rights reserved.