| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleTransition |
BasicLifecycleHookProps.getLifecycleTransition()
(experimental) The state of the Amazon EC2 instance to which you want to attach the lifecycle hook.
|
LifecycleTransition |
BasicLifecycleHookProps.Jsii$Proxy.getLifecycleTransition() |
LifecycleTransition |
LifecycleHookProps.Jsii$Proxy.getLifecycleTransition() |
static LifecycleTransition |
LifecycleTransition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleTransition[] |
LifecycleTransition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleHook.Builder |
LifecycleHook.Builder.lifecycleTransition(LifecycleTransition lifecycleTransition)
(experimental) The state of the Amazon EC2 instance to which you want to attach the lifecycle hook.
|
BasicLifecycleHookProps.Builder |
BasicLifecycleHookProps.Builder.lifecycleTransition(LifecycleTransition lifecycleTransition)
Sets the value of
BasicLifecycleHookProps.getLifecycleTransition() |
LifecycleHookProps.Builder |
LifecycleHookProps.Builder.lifecycleTransition(LifecycleTransition lifecycleTransition)
Sets the value of
BasicLifecycleHookProps.getLifecycleTransition() |
| Constructor and Description |
|---|
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
LifecycleTransition lifecycleTransition,
ILifecycleHookTarget notificationTarget,
DefaultResult defaultResult,
Duration heartbeatTimeout,
String lifecycleHookName,
String notificationMetadata,
IRole role)
Constructor that initializes the object based on literal property values passed by the
LifecycleHookProps.Builder. |
Jsii$Proxy(LifecycleTransition lifecycleTransition,
ILifecycleHookTarget notificationTarget,
DefaultResult defaultResult,
Duration heartbeatTimeout,
String lifecycleHookName,
String notificationMetadata,
IRole role)
Constructor that initializes the object based on literal property values passed by the
BasicLifecycleHookProps.Builder. |
Copyright © 2021. All rights reserved.