@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:27.026Z") @Stability(value=Experimental) public interface ILifecycleHookTarget extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILifecycleHookTarget.Jsii$Default
Internal default implementation for
ILifecycleHookTarget. |
static class |
ILifecycleHookTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleHookTargetConfig |
bind(Construct scope,
ILifecycleHook lifecycleHook)
(experimental) Called when this object is used as the target of a lifecycle hook.
|
@Stability(value=Experimental) @NotNull LifecycleHookTargetConfig bind(@NotNull Construct scope, @NotNull ILifecycleHook lifecycleHook)
scope - This parameter is required.lifecycleHook - This parameter is required.Copyright © 2021. All rights reserved.