Class CfnLayer.ShutdownEventConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opsworks.CfnLayer.ShutdownEventConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLayer.ShutdownEventConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLayer.ShutdownEventConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnLayer.ShutdownEventConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLayer.ShutdownEventConfigurationProperty
An implementation for
CfnLayer.ShutdownEventConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.opsworks.CfnLayer.ShutdownEventConfigurationProperty
CfnLayer.ShutdownEventConfigurationProperty.Builder, CfnLayer.ShutdownEventConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLayer.ShutdownEventConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Whether to enable Elastic Load Balancing connection draining.final Number
The time, in seconds, that AWS OpsWorks Stacks waits after triggering a Shutdown event before shutting down an instance.final int
hashCode()
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 theCfnLayer.ShutdownEventConfigurationProperty.Builder
.
-
-
Method Details
-
getDelayUntilElbConnectionsDrained
Description copied from interface:CfnLayer.ShutdownEventConfigurationProperty
Whether to enable Elastic Load Balancing connection draining.For more information, see Connection Draining
- Specified by:
getDelayUntilElbConnectionsDrained
in interfaceCfnLayer.ShutdownEventConfigurationProperty
- See Also:
-
getExecutionTimeout
Description copied from interface:CfnLayer.ShutdownEventConfigurationProperty
The time, in seconds, that AWS OpsWorks Stacks waits after triggering a Shutdown event before shutting down an instance.- Specified by:
getExecutionTimeout
in interfaceCfnLayer.ShutdownEventConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-