interface ILaunchConfigurationRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.AutoScaling.ILaunchConfigurationRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#ILaunchConfigurationRef | 
  Java | software.amazon.awscdk.services.autoscaling.ILaunchConfigurationRef | 
  Python | aws_cdk.aws_autoscaling.ILaunchConfigurationRef | 
  TypeScript  | aws-cdk-lib » aws_autoscaling » ILaunchConfigurationRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a LaunchConfiguration.
Properties
| Name | Type | Description | 
|---|---|---|
| launch | Launch | A reference to a LaunchConfiguration resource. | 
| node | Node | The tree node. | 
launchConfigurationRef
Type:
Launch
A reference to a LaunchConfiguration resource.
node
Type:
Node
The tree node.

 .NET
 Go
 Java
 Python
 TypeScript