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 MinimumHealthyHostsPerZoneThe minimum healthy hosts threshold expressed as an absolute number.default MinimumHealthyHostsPerZoneZonalConfig.getMinimumHealthyHostsPerZone()The number or percentage of instances that must remain available per Availability Zone during a deployment.ZonalConfig.Jsii$Proxy.getMinimumHealthyHostsPerZone()static MinimumHealthyHostsPerZoneMinimumHealthyHostsPerZone.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()