Group Instance Maintenance Policy
data class GroupInstanceMaintenancePolicy(val maxHealthyPercentage: Int, val minHealthyPercentage: Int)
Properties
Link copied to clipboard
Specifies the upper limit on the number of instances that are in the InService or Pending state with a healthy status during an instance replacement activity.
Link copied to clipboard
Specifies the lower limit on the number of instances that must be in the InService state with a healthy status during an instance replacement activity.