See: Description
Class | Description |
---|---|
FunctionHook |
(experimental) Use a Lambda Function as a hook target.
|
QueueHook |
(experimental) Use an SQS queue as a hook target.
|
TopicHook |
(experimental) Use an SNS topic as a hook target.
|
---
This library contains integration classes for AutoScaling lifecycle hooks.
Instances of these classes should be passed to the
autoScalingGroup.addLifecycleHook()
method.
Lifecycle hooks can be activated in one of the following ways:
For more information on using this library, see the README of the
@aws-cdk/aws-autoscaling
library.
For more information about lifecycle hooks, see Amazon EC2 AutoScaling Lifecycle hooks in the Amazon EC2 User Guide.
Copyright © 2021. All rights reserved.