| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
DefaultResult |
LifecycleHookProps.Jsii$Proxy.getDefaultResult() |
default DefaultResult |
BasicLifecycleHookProps.getDefaultResult()
The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an unexpected failure occurs.
|
DefaultResult |
BasicLifecycleHookProps.Jsii$Proxy.getDefaultResult() |
static DefaultResult |
DefaultResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultResult[] |
DefaultResult.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.defaultResult(DefaultResult defaultResult)
The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an unexpected failure occurs.
|
LifecycleHookProps.Builder |
LifecycleHookProps.Builder.defaultResult(DefaultResult defaultResult)
Sets the value of
BasicLifecycleHookProps.getDefaultResult() |
BasicLifecycleHookProps.Builder |
BasicLifecycleHookProps.Builder.defaultResult(DefaultResult defaultResult)
Sets the value of
BasicLifecycleHookProps.getDefaultResult() |
Copyright © 2022. All rights reserved.