Class Ec2HealthChecksOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.Ec2HealthChecksOptions.Jsii$Proxy
- All Implemented Interfaces:
Ec2HealthChecksOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Ec2HealthChecksOptions
@Stability(Stable)
@Internal
public static final class Ec2HealthChecksOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Ec2HealthChecksOptions
An implementation for
Ec2HealthChecksOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.Ec2HealthChecksOptions
Ec2HealthChecksOptions.Builder, Ec2HealthChecksOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(Ec2HealthChecksOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theEc2HealthChecksOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEc2HealthChecksOptions.Builder.
-
-
Method Details
-
getGracePeriod
Description copied from interface:Ec2HealthChecksOptionsSpecified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service and marking it unhealthy due to a failed health check.Default: Duration.seconds(0)
- Specified by:
getGracePeriodin interfaceEc2HealthChecksOptions- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-