@Stability(value=Stable) @Internal public static final class BasicLifecycleHookProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BasicLifecycleHookProps
BasicLifecycleHookPropssoftware.amazon.jsii.JsiiObject.InitializationModeBasicLifecycleHookProps.Builder, BasicLifecycleHookProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BasicLifecycleHookProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BasicLifecycleHookProps.Builder. |
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(Object o) |
DefaultResult |
getDefaultResult()
The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an unexpected failure occurs.
|
Duration |
getHeartbeatTimeout()
Maximum time between calls to RecordLifecycleActionHeartbeat for the hook.
|
String |
getLifecycleHookName()
Name of the lifecycle hook.
|
LifecycleTransition |
getLifecycleTransition()
The state of the Amazon EC2 instance to which you want to attach the lifecycle hook.
|
String |
getNotificationMetadata()
Additional data to pass to the lifecycle hook target.
|
ILifecycleHookTarget |
getNotificationTarget()
The target of the lifecycle hook.
|
IRole |
getRole()
The role that allows publishing to the notification target.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BasicLifecycleHookProps.Builder builder)
BasicLifecycleHookProps.Builder.public final LifecycleTransition getLifecycleTransition()
BasicLifecycleHookPropsgetLifecycleTransition in interface BasicLifecycleHookPropspublic final DefaultResult getDefaultResult()
BasicLifecycleHookPropsDefault: Continue
getDefaultResult in interface BasicLifecycleHookPropspublic final Duration getHeartbeatTimeout()
BasicLifecycleHookPropsIf the lifecycle hook times out, perform the action in DefaultResult.
Default: - No heartbeat timeout.
getHeartbeatTimeout in interface BasicLifecycleHookPropspublic final String getLifecycleHookName()
BasicLifecycleHookPropsDefault: - Automatically generated name.
getLifecycleHookName in interface BasicLifecycleHookPropspublic final String getNotificationMetadata()
BasicLifecycleHookPropsDefault: - No metadata.
getNotificationMetadata in interface BasicLifecycleHookPropspublic final ILifecycleHookTarget getNotificationTarget()
BasicLifecycleHookPropsDefault: - No target.
getNotificationTarget in interface BasicLifecycleHookPropspublic final IRole getRole()
BasicLifecycleHookPropsDefault: - A role will be created if a target is provided. Otherwise, no role is created.
getRole in interface BasicLifecycleHookProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.