@Stability(value=Stable) @Internal public static final class CfnAutoScalingGroup.LifecycleHookSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAutoScalingGroup.LifecycleHookSpecificationProperty
CfnAutoScalingGroup.LifecycleHookSpecificationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnAutoScalingGroup.LifecycleHookSpecificationProperty.Builder, CfnAutoScalingGroup.LifecycleHookSpecificationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAutoScalingGroup.LifecycleHookSpecificationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAutoScalingGroup.AcceleratorCountRequestProperty.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) |
String |
getDefaultResult()
The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an unexpected failure occurs.
|
Number |
getHeartbeatTimeout()
The maximum time, in seconds, that can elapse before the lifecycle hook times out.
|
String |
getLifecycleHookName()
The name of the lifecycle hook.
|
String |
getLifecycleTransition()
The lifecycle transition.
|
String |
getNotificationMetadata()
Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.
|
String |
getNotificationTargetArn()
The Amazon Resource Name (ARN) of the notification target that Amazon EC2 Auto Scaling sends notifications to when an instance is in a wait state for the lifecycle hook.
|
String |
getRoleArn()
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified 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(CfnAutoScalingGroup.LifecycleHookSpecificationProperty.Builder builder)
CfnAutoScalingGroup.AcceleratorCountRequestProperty.Builder.public final String getLifecycleHookName()
CfnAutoScalingGroup.LifecycleHookSpecificationPropertygetLifecycleHookName in interface CfnAutoScalingGroup.LifecycleHookSpecificationPropertypublic final String getLifecycleTransition()
CfnAutoScalingGroup.LifecycleHookSpecificationProperty
autoscaling:EC2_INSTANCE_LAUNCHING .autoscaling:EC2_INSTANCE_TERMINATING .getLifecycleTransition in interface CfnAutoScalingGroup.LifecycleHookSpecificationPropertypublic final String getDefaultResult()
CfnAutoScalingGroup.LifecycleHookSpecificationProperty
The default value is ABANDON .
Valid values: CONTINUE | ABANDON
getDefaultResult in interface CfnAutoScalingGroup.LifecycleHookSpecificationPropertypublic final Number getHeartbeatTimeout()
CfnAutoScalingGroup.LifecycleHookSpecificationProperty
The range is from 30 to 7200 seconds. The default value is 3600 seconds (1 hour).
getHeartbeatTimeout in interface CfnAutoScalingGroup.LifecycleHookSpecificationPropertypublic final String getNotificationMetadata()
CfnAutoScalingGroup.LifecycleHookSpecificationPropertygetNotificationMetadata in interface CfnAutoScalingGroup.LifecycleHookSpecificationPropertypublic final String getNotificationTargetArn()
CfnAutoScalingGroup.LifecycleHookSpecificationPropertyYou can specify an Amazon SNS topic or an Amazon SQS queue.
getNotificationTargetArn in interface CfnAutoScalingGroup.LifecycleHookSpecificationPropertypublic final String getRoleArn()
CfnAutoScalingGroup.LifecycleHookSpecificationPropertyFor information about creating this role, see Configure a notification target for a lifecycle hook in the Amazon EC2 Auto Scaling User Guide .
Valid only if the notification target is an Amazon SNS topic or an Amazon SQS queue.
getRoleArn in interface CfnAutoScalingGroup.LifecycleHookSpecificationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.