Uses of Class
software.amazon.awscdk.services.codedeploy.MinimumHealthyHostsPerZone
Packages that use MinimumHealthyHostsPerZone
-
Uses of MinimumHealthyHostsPerZone in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return MinimumHealthyHostsPerZoneModifier and TypeMethodDescriptionstatic MinimumHealthyHostsPerZone
The minimum healthy hosts threshold expressed as an absolute number.default MinimumHealthyHostsPerZone
ZonalConfig.getMinimumHealthyHostsPerZone()
The number or percentage of instances that must remain available per Availability Zone during a deployment.ZonalConfig.Jsii$Proxy.getMinimumHealthyHostsPerZone()
static MinimumHealthyHostsPerZone
MinimumHealthyHostsPerZone.percentage
(Number value) The minimum healthy hosts threshold expressed as a percentage of the fleet.Methods in software.amazon.awscdk.services.codedeploy with parameters of type MinimumHealthyHostsPerZoneModifier and TypeMethodDescriptionZonalConfig.Builder.minimumHealthyHostsPerZone
(MinimumHealthyHostsPerZone minimumHealthyHostsPerZone) Sets the value ofZonalConfig.getMinimumHealthyHostsPerZone()