| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.autoscaling.hooktargets |
Lifecycle Hook for the CDK AWS AutoScaling Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILifecycleHook.Jsii$Default
Internal default implementation for
ILifecycleHook. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILifecycleHook.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LifecycleHook
(experimental) Define a life cycle hook.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleHookTargetConfig |
ILifecycleHookTarget.bind(software.constructs.Construct scope,
ILifecycleHook lifecycleHook)
(experimental) Called when this object is used as the target of a lifecycle hook.
|
LifecycleHookTargetConfig |
ILifecycleHookTarget.Jsii$Proxy.bind(software.constructs.Construct scope,
ILifecycleHook lifecycleHook)
(experimental) Called when this object is used as the target of a lifecycle hook.
|
default LifecycleHookTargetConfig |
ILifecycleHookTarget.Jsii$Default.bind(software.constructs.Construct scope,
ILifecycleHook lifecycleHook)
(experimental) Called when this object is used as the target of a lifecycle hook.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleHookTargetConfig |
QueueHook.bind(software.constructs.Construct _scope,
ILifecycleHook lifecycleHook)
(experimental) Called when this object is used as the target of a lifecycle hook.
|
LifecycleHookTargetConfig |
FunctionHook.bind(software.constructs.Construct scope,
ILifecycleHook lifecycleHook)
(experimental) Called when this object is used as the target of a lifecycle hook.
|
LifecycleHookTargetConfig |
TopicHook.bind(software.constructs.Construct _scope,
ILifecycleHook lifecycleHook)
(experimental) Called when this object is used as the target of a lifecycle hook.
|
Copyright © 2021. All rights reserved.