Uses of Interface
software.amazon.awscdk.services.autoscaling.LifecycleHookTargetConfig
Package
Description
Amazon EC2 Auto Scaling Construct Library
Lifecycle Hook for the CDK AWS AutoScaling Library
-
Uses of LifecycleHookTargetConfig in software.amazon.awscdk.services.autoscaling
Modifier and TypeClassDescriptionstatic final class
An implementation forLifecycleHookTargetConfig
Modifier and TypeMethodDescriptionILifecycleHookTarget.bind
(software.constructs.Construct scope, BindHookTargetOptions options) Called when this object is used as the target of a lifecycle hook.default LifecycleHookTargetConfig
ILifecycleHookTarget.Jsii$Default.bind
(software.constructs.Construct scope, BindHookTargetOptions options) Called when this object is used as the target of a lifecycle hook.ILifecycleHookTarget.Jsii$Proxy.bind
(software.constructs.Construct scope, BindHookTargetOptions options) Called when this object is used as the target of a lifecycle hook.LifecycleHookTargetConfig.Builder.build()
Builds the configured instance. -
Uses of LifecycleHookTargetConfig in software.amazon.awscdk.services.autoscaling.hooktargets
Modifier and TypeMethodDescriptionFunctionHook.bind
(software.constructs.Construct _scope, BindHookTargetOptions options) If theIRole
does not exist inoptions
, will create anIRole
and an SNS Topic and attach both to the lifecycle hook.QueueHook.bind
(software.constructs.Construct _scope, BindHookTargetOptions options) If anIRole
is found inoptions
, grant it access to send messages.TopicHook.bind
(software.constructs.Construct _scope, BindHookTargetOptions options) If anIRole
is found inoptions
, grant it topic publishing permissions.