@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.812Z") @Stability(value=Stable) 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(software.constructs.Construct scope,
BindHookTargetOptions options)
Called when this object is used as the target of a lifecycle hook.
|
@Stability(value=Stable) @NotNull LifecycleHookTargetConfig bind(@NotNull software.constructs.Construct scope, @NotNull BindHookTargetOptions options)
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.Copyright © 2022. All rights reserved.