Interface ILifecycleHookTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ILifecycleHookTarget.Jsii$Default
- All Known Implementing Classes:
FunctionHook,ILifecycleHookTarget.Jsii$Proxy,QueueHook,TopicHook
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:45.829Z")
@Stability(Stable)
public interface ILifecycleHookTarget
extends software.amazon.jsii.JsiiSerializable
Interface for autoscaling lifecycle hook targets.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILifecycleHookTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct scope, BindHookTargetOptions options) Called when this object is used as the target of a lifecycle hook.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull LifecycleHookTargetConfig bind(@NotNull software.constructs.Construct scope, @NotNull BindHookTargetOptions options) Called when this object is used as the target of a lifecycle hook.- Parameters:
scope- This parameter is required.options- [disable-awslint:ref-via-interface] The lifecycle hook to attach to and a role to use. This parameter is required.
-