@Internal public static interface ILifecycleHookTarget.Jsii$Default extends ILifecycleHookTarget
ILifecycleHookTarget.ILifecycleHookTarget.Jsii$Default, ILifecycleHookTarget.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default 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 default LifecycleHookTargetConfig bind(@NotNull software.constructs.Construct scope, @NotNull BindHookTargetOptions options)
bind in interface ILifecycleHookTargetscope - 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.