GroupInstanceMaintenancePolicy

data class GroupInstanceMaintenancePolicy(val maxHealthyPercentage: Int, val minHealthyPercentage: Int)

Constructors

Link copied to clipboard
constructor(maxHealthyPercentage: Int, minHealthyPercentage: Int)

Types

Link copied to clipboard
object Companion

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.