Uses of Interface
software.amazon.awscdk.services.autoscaling.LifecycleHookTargetConfig
Packages that use 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
Classes in software.amazon.awscdk.services.autoscaling that implement LifecycleHookTargetConfigModifier and TypeClassDescriptionstatic final classAn implementation forLifecycleHookTargetConfigMethods in software.amazon.awscdk.services.autoscaling that return LifecycleHookTargetConfigModifier and TypeMethodDescriptionILifecycleHookTarget.bind(software.constructs.Construct scope, BindHookTargetOptions options) Called when this object is used as the target of a lifecycle hook.default LifecycleHookTargetConfigILifecycleHookTarget.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
Methods in software.amazon.awscdk.services.autoscaling.hooktargets that return LifecycleHookTargetConfigModifier and TypeMethodDescriptionFunctionHook.bind(software.constructs.Construct _scope, BindHookTargetOptions options) If theIRoledoes not exist inoptions, will create anIRoleand an SNS Topic and attach both to the lifecycle hook.QueueHook.bind(software.constructs.Construct _scope, BindHookTargetOptions options) If anIRoleis found inoptions, grant it access to send messages.TopicHook.bind(software.constructs.Construct _scope, BindHookTargetOptions options) If anIRoleis found inoptions, grant it topic publishing permissions.