Interface ILifecycleHook
- Namespace
- Amazon.CDK.AWS.AutoScaling
- Assembly
- Amazon.CDK.AWS.AutoScaling.dll
A basic lifecycle hook object.
public interface ILifecycleHook : IResource, IConstruct, IConstruct, IDependable
Properties
Role
The role for the lifecycle hook to execute.
IRole Role { get; }
Property Value
- IRole
Remarks
Default: - A default role is created if 'notificationTarget' is specified. Otherwise, no role is created.