interface LaunchConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AutoScaling.LaunchConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#LaunchConfigurationReference |
![]() | software.amazon.awscdk.services.autoscaling.LaunchConfigurationReference |
![]() | aws_cdk.aws_autoscaling.LaunchConfigurationReference |
![]() | aws-cdk-lib » aws_autoscaling » LaunchConfigurationReference |
A reference to a LaunchConfiguration 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 launchConfigurationReference: autoscaling.LaunchConfigurationReference = {
launchConfigurationName: 'launchConfigurationName',
};
Properties
Name | Type | Description |
---|---|---|
launch | string | The LaunchConfigurationName of the LaunchConfiguration resource. |
launchConfigurationName
Type:
string
The LaunchConfigurationName of the LaunchConfiguration resource.