/dhall-aws-cloudformation/cloudformation/AWS::AutoScaling::AutoScalingGroup/InstanceMaintenancePolicy.dhall

Copy path to clipboard

Source

{ Type =
{ MaxHealthyPercentage : Optional Integer
, MinHealthyPercentage : Optional Integer
}
, default =
{ MaxHealthyPercentage = None Integer, MinHealthyPercentage = None Integer }
}