Package | Description |
---|---|
software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy Construct Library
|
Modifier and Type | Method and Description |
---|---|
static MinimumHealthyHosts |
MinimumHealthyHosts.count(Number value)
(experimental) The minimum healhty hosts threshold expressed as an absolute number.
|
MinimumHealthyHosts |
ServerDeploymentConfigProps.getMinimumHealthyHosts()
(experimental) Minimum number of healthy hosts.
|
MinimumHealthyHosts |
ServerDeploymentConfigProps.Jsii$Proxy.getMinimumHealthyHosts() |
static MinimumHealthyHosts |
MinimumHealthyHosts.percentage(Number value)
(experimental) The minmum healhty hosts threshold expressed as a percentage of the fleet.
|
Modifier and Type | Method and Description |
---|---|
ServerDeploymentConfig.Builder |
ServerDeploymentConfig.Builder.minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
(experimental) Minimum number of healthy hosts.
|
ServerDeploymentConfigProps.Builder |
ServerDeploymentConfigProps.Builder.minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Sets the value of
ServerDeploymentConfigProps.getMinimumHealthyHosts() |
Constructor and Description |
---|
Jsii$Proxy(MinimumHealthyHosts minimumHealthyHosts,
String deploymentConfigName)
Constructor that initializes the object based on literal property values passed by the
ServerDeploymentConfigProps.Builder . |
Copyright © 2021. All rights reserved.