| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LifecycleHookProps
(experimental) Properties for a Lifecycle hook.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicLifecycleHookProps.Jsii$Proxy
An implementation for
BasicLifecycleHookProps |
static class |
LifecycleHookProps.Jsii$Proxy
An implementation for
LifecycleHookProps |
| Modifier and Type | Method and Description |
|---|---|
BasicLifecycleHookProps |
BasicLifecycleHookProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleHook |
IAutoScalingGroup.addLifecycleHook(String id,
BasicLifecycleHookProps props)
(experimental) 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)
(experimental) 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)
(experimental) Send a message to either an SQS queue or SNS topic when instances launch or terminate.
|
LifecycleHook |
AutoScalingGroup.addLifecycleHook(String id,
BasicLifecycleHookProps props)
(experimental) Send a message to either an SQS queue or SNS topic when instances launch or terminate.
|
Copyright © 2021. All rights reserved.