Interface ILifecycleHookTarget.Jsii$Default

All Superinterfaces:
ILifecycleHookTarget, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ILifecycleHookTarget.Jsii$Proxy
Enclosing interface:
ILifecycleHookTarget

@Internal public static interface ILifecycleHookTarget.Jsii$Default extends ILifecycleHookTarget
Internal default implementation for ILifecycleHookTarget.
  • Method Details

    • bind

      @Stability(Stable) @NotNull default LifecycleHookTargetConfig bind(@NotNull software.constructs.Construct scope, @NotNull BindHookTargetOptions options)
      Called when this object is used as the target of a lifecycle hook.

      Specified by:
      bind in interface ILifecycleHookTarget
      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.