ILifecycleHookTarget¶
-
class
aws_cdk.aws_autoscaling.
ILifecycleHookTarget
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
Interface for autoscaling lifecycle hook targets.
Methods
-
bind
(scope, lifecycle_hook)¶ Called when this object is used as the target of a lifecycle hook.
- Parameters
scope (
Construct
) –lifecycle_hook (
ILifecycleHook
) –
- Return type
-