Table of Contents

Interface ILifecycleHookTarget

Namespace
Amazon.CDK.AWS.AutoScaling
Assembly
Amazon.CDK.AWS.AutoScaling.dll

Interface for autoscaling lifecycle hook targets.

public interface ILifecycleHookTarget

Methods

Bind(Construct, IBindHookTargetOptions)

Called when this object is used as the target of a lifecycle hook.

ILifecycleHookTargetConfig Bind(Construct scope, IBindHookTargetOptions options)

Parameters

scope Construct
options IBindHookTargetOptions

[disable-awslint:ref-via-interface] The lifecycle hook to attach to and a role to use.

Returns

ILifecycleHookTargetConfig