Interface ILifecycleHookTarget.Jsii$Default
- All Superinterfaces:
ILifecycleHookTarget
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ILifecycleHookTarget.Jsii$Proxy
- Enclosing interface:
ILifecycleHookTarget
Internal default implementation for
ILifecycleHookTarget
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.ILifecycleHookTarget
ILifecycleHookTarget.Jsii$Default, ILifecycleHookTarget.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault LifecycleHookTargetConfig
bind
(software.constructs.Construct scope, BindHookTargetOptions options) Called when this object is used as the target of a lifecycle hook.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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 interfaceILifecycleHookTarget
- 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.
-