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.104.0 (build e79254c)",
date="2025-01-15T21:09:14.917Z")
@Stability(Stable)
public interface ILifecycleHookTarget
extends software.amazon.jsii.JsiiSerializable
Interface for autoscaling lifecycle hook targets.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forILifecycleHookTarget
.static final class
A 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.
-