Class GroupInstanceMaintenancePolicy
- java.lang.Object
-
- com.pulumi.aws.autoscaling.outputs.GroupInstanceMaintenancePolicy
-
public final class GroupInstanceMaintenancePolicy extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupInstanceMaintenancePolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupInstanceMaintenancePolicy.Builder
builder()
static GroupInstanceMaintenancePolicy.Builder
builder(GroupInstanceMaintenancePolicy defaults)
java.lang.Integer
maxHealthyPercentage()
java.lang.Integer
minHealthyPercentage()
-
-
-
Method Detail
-
maxHealthyPercentage
public java.lang.Integer maxHealthyPercentage()
- Returns:
- 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.
-
minHealthyPercentage
public java.lang.Integer minHealthyPercentage()
- Returns:
- 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.
-
builder
public static GroupInstanceMaintenancePolicy.Builder builder()
-
builder
public static GroupInstanceMaintenancePolicy.Builder builder(GroupInstanceMaintenancePolicy defaults)
-
-