interface LifecycleHookReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AutoScaling.LifecycleHookReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#LifecycleHookReference |
![]() | software.amazon.awscdk.services.autoscaling.LifecycleHookReference |
![]() | aws_cdk.aws_autoscaling.LifecycleHookReference |
![]() | aws-cdk-lib » aws_autoscaling » LifecycleHookReference |
A reference to a LifecycleHook resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_autoscaling as autoscaling } from 'aws-cdk-lib';
const lifecycleHookReference: autoscaling.LifecycleHookReference = {
autoScalingGroupName: 'autoScalingGroupName',
lifecycleHookName: 'lifecycleHookName',
};
Properties
Name | Type | Description |
---|---|---|
auto | string | The AutoScalingGroupName of the LifecycleHook resource. |
lifecycle | string | The LifecycleHookName of the LifecycleHook resource. |
autoScalingGroupName
Type:
string
The AutoScalingGroupName of the LifecycleHook resource.
lifecycleHookName
Type:
string
The LifecycleHookName of the LifecycleHook resource.