LaunchConfigurationReference
- class aws_cdk.aws_autoscaling.LaunchConfigurationReference(*, launch_configuration_name)
Bases:
object
A reference to a LaunchConfiguration resource.
- Parameters:
launch_configuration_name (
str
) – The LaunchConfigurationName of the LaunchConfiguration resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_autoscaling as autoscaling launch_configuration_reference = autoscaling.LaunchConfigurationReference( launch_configuration_name="launchConfigurationName" )
Attributes
- launch_configuration_name
The LaunchConfigurationName of the LaunchConfiguration resource.