Show / Hide Table of Contents

Interface ILifecycleHookTarget

Interface for autoscaling lifecycle hook targets.

Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public interface ILifecycleHookTarget
Syntax (vb)
Public Interface ILifecycleHookTarget

Synopsis

Methods

Bind(Construct, IBindHookTargetOptions)

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

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 Constructs.Construct
options IBindHookTargetOptions

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

Returns

ILifecycleHookTargetConfig

Back to top Generated by DocFX