public static final class CfnResourceAutoScalingCreationPolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceAutoScalingCreationPolicy
CfnResourceAutoScalingCreationPolicy
CfnResourceAutoScalingCreationPolicy.Builder, CfnResourceAutoScalingCreationPolicy.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getMinSuccessfulInstancesPercent()
Specifies the percentage of instances in an Auto Scaling replacement update that must signal success for the update to succeed.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getMinSuccessfulInstancesPercent()
CfnResourceAutoScalingCreationPolicy
You can specify a value from 0 to 100. AWS CloudFormation rounds to the nearest tenth of a percent. For example, if you update five instances with a minimum successful percentage of 50, three instances must signal success. If an instance doesn't send a signal within the time specified by the Timeout property, AWS CloudFormation assumes that the instance wasn't created.
getMinSuccessfulInstancesPercent
in interface CfnResourceAutoScalingCreationPolicy
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()