Uses of Interface
software.amazon.awscdk.services.autoscaling.ILifecycleHookTarget
Packages that use ILifecycleHookTarget
Package
Description
Amazon EC2 Auto Scaling Construct Library
Lifecycle Hook for the CDK AWS AutoScaling Library
-
Uses of ILifecycleHookTarget in software.amazon.awscdk.services.autoscaling
Subinterfaces of ILifecycleHookTarget in software.amazon.awscdk.services.autoscalingModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILifecycleHookTarget.Classes in software.amazon.awscdk.services.autoscaling that implement ILifecycleHookTargetModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.autoscaling that return ILifecycleHookTargetModifier and TypeMethodDescriptiondefault ILifecycleHookTargetBasicLifecycleHookProps.getNotificationTarget()The target of the lifecycle hook.final ILifecycleHookTargetBasicLifecycleHookProps.Jsii$Proxy.getNotificationTarget()final ILifecycleHookTargetLifecycleHookProps.Jsii$Proxy.getNotificationTarget()Methods in software.amazon.awscdk.services.autoscaling with parameters of type ILifecycleHookTargetModifier and TypeMethodDescriptionBasicLifecycleHookProps.Builder.notificationTarget(ILifecycleHookTarget notificationTarget) Sets the value ofBasicLifecycleHookProps.getNotificationTarget()LifecycleHook.Builder.notificationTarget(ILifecycleHookTarget notificationTarget) The target of the lifecycle hook.LifecycleHookProps.Builder.notificationTarget(ILifecycleHookTarget notificationTarget) Sets the value ofBasicLifecycleHookProps.getNotificationTarget() -
Uses of ILifecycleHookTarget in software.amazon.awscdk.services.autoscaling.hooktargets
Classes in software.amazon.awscdk.services.autoscaling.hooktargets that implement ILifecycleHookTargetModifier and TypeClassDescriptionclassUse a Lambda Function as a hook target.classUse an SQS queue as a hook target.classUse an SNS topic as a hook target.