| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleTransition |
LifecycleHookProps.Jsii$Proxy.getLifecycleTransition() |
LifecycleTransition |
BasicLifecycleHookProps.getLifecycleTransition()
The state of the Amazon EC2 instance to which you want to attach the lifecycle hook.
|
LifecycleTransition |
BasicLifecycleHookProps.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)
The state of the Amazon EC2 instance to which you want to attach the lifecycle hook.
|
LifecycleHookProps.Builder |
LifecycleHookProps.Builder.lifecycleTransition(LifecycleTransition lifecycleTransition)
Sets the value of
BasicLifecycleHookProps.getLifecycleTransition() |
BasicLifecycleHookProps.Builder |
BasicLifecycleHookProps.Builder.lifecycleTransition(LifecycleTransition lifecycleTransition)
Sets the value of
BasicLifecycleHookProps.getLifecycleTransition() |
Copyright © 2022. All rights reserved.