software.amazon.awscdk.services.autoscaling.hooktargets.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of autoscaling-hooktargets Show documentation
Show all versions of autoscaling-hooktargets Show documentation
Lifecycle hook for AWS AutoScaling
/**
* Lifecycle Hook for the CDK AWS AutoScaling Library
*
* ---
*
*
*
*
*
*
*
* 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:
*
*
* - Invoke a Lambda function
* - Publish to an SNS topic
* - Send to an SQS queue
*
*
* 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.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
package software.amazon.awscdk.services.autoscaling.hooktargets;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy