| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleHook |
IAutoScalingGroup.addLifecycleHook(String id,
BasicLifecycleHookProps props)
Send a message to either an SQS queue or SNS topic when instances launch or terminate.
|
LifecycleHook |
IAutoScalingGroup.Jsii$Proxy.addLifecycleHook(String id,
BasicLifecycleHookProps props)
Send a message to either an SQS queue or SNS topic when instances launch or terminate.
|
default LifecycleHook |
IAutoScalingGroup.Jsii$Default.addLifecycleHook(String id,
BasicLifecycleHookProps props)
Send a message to either an SQS queue or SNS topic when instances launch or terminate.
|
LifecycleHook |
AutoScalingGroup.addLifecycleHook(String id,
BasicLifecycleHookProps props)
Send a message to either an SQS queue or SNS topic when instances launch or terminate.
|
LifecycleHook |
LifecycleHook.Builder.build() |
LifecycleHook |
BindHookTargetOptions.getLifecycleHook()
The lifecycle hook to attach to.
|
LifecycleHook |
BindHookTargetOptions.Jsii$Proxy.getLifecycleHook() |
| Modifier and Type | Method and Description |
|---|---|
BindHookTargetOptions.Builder |
BindHookTargetOptions.Builder.lifecycleHook(LifecycleHook lifecycleHook)
Sets the value of
BindHookTargetOptions.getLifecycleHook() |
Copyright © 2022. All rights reserved.