| 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 |
ILifecycleHookTarget.Jsii$Default
Internal default implementation for
ILifecycleHookTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILifecycleHookTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ILifecycleHookTarget |
LifecycleHookProps.Jsii$Proxy.getNotificationTarget() |
default ILifecycleHookTarget |
BasicLifecycleHookProps.getNotificationTarget()
The target of the lifecycle hook.
|
ILifecycleHookTarget |
BasicLifecycleHookProps.Jsii$Proxy.getNotificationTarget() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleHook.Builder |
LifecycleHook.Builder.notificationTarget(ILifecycleHookTarget notificationTarget)
The target of the lifecycle hook.
|
LifecycleHookProps.Builder |
LifecycleHookProps.Builder.notificationTarget(ILifecycleHookTarget notificationTarget)
Sets the value of
BasicLifecycleHookProps.getNotificationTarget() |
BasicLifecycleHookProps.Builder |
BasicLifecycleHookProps.Builder.notificationTarget(ILifecycleHookTarget notificationTarget)
Sets the value of
BasicLifecycleHookProps.getNotificationTarget() |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionHook
Use a Lambda Function as a hook target.
|
class |
QueueHook
Use an SQS queue as a hook target.
|
class |
TopicHook
Use an SNS topic as a hook target.
|
Copyright © 2022. All rights reserved.