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.84.0 (build 5404dcf)", date="2023-06-19T16:30:45.373Z") @Stability(Stable) public interface ILifecycleHookTarget extends software.amazon.jsii.JsiiSerializable
Interface for autoscaling lifecycle hook targets.
  • 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.