Group Instance Maintenance Policy Args
data class GroupInstanceMaintenancePolicyArgs(val maxHealthyPercentage: Output<Int>, val minHealthyPercentage: Output<Int>) : ConvertibleToJava<GroupInstanceMaintenancePolicyArgs>
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.