AutoScalingGroupReference
- class aws_cdk.aws_autoscaling.AutoScalingGroupReference(*, auto_scaling_group_name)
- Bases: - object- A reference to a AutoScalingGroup resource. - Parameters:
- auto_scaling_group_name ( - str) – The AutoScalingGroupName of the AutoScalingGroup 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 auto_scaling_group_reference = autoscaling.AutoScalingGroupReference( auto_scaling_group_name="autoScalingGroupName" ) - Attributes - auto_scaling_group_name
- The AutoScalingGroupName of the AutoScalingGroup resource.