MinimumHealthyHosts¶
-
class
aws_cdk.aws_codedeploy.
MinimumHealthyHosts
(*args, **kwargs)¶ Bases:
object
Minimum number of healthy hosts for a server deployment.
Static Methods
-
classmethod
count
(value)¶ The minimum healhty hosts threshold expressed as an absolute number.
- Parameters
value (
Union
[int
,float
]) –- Return type
-
classmethod
percentage
(value)¶ The minmum healhty hosts threshold expressed as a percentage of the fleet.
- Parameters
value (
Union
[int
,float
]) –- Return type
-
classmethod