/dhall-aws-cloudformation/cloudformation/AWS::AutoScaling::AutoScalingGroup/InstanceMaintenancePolicy.dhall
Copy path to clipboardSource
{ Type =
{ MaxHealthyPercentage : Optional Integer
, MinHealthyPercentage : Optional Integer
}
, default =
{ MaxHealthyPercentage = None Integer, MinHealthyPercentage = None Integer }
}