AutoScalingGroup construct doesn't allow to set autoScalingGroupName
#5593
Labels
@aws-cdk/aws-autoscaling
Related to Amazon EC2 Auto Scaling
effort/small
Small work item βΒ less than a day of effort
feature-request
A feature should be added or improved.
AutoScalingGroup
construct doesn't allow to setautoScalingGroupName
. It is a vital part of our infrastructure to give specific names which are used by our integration tests.The underlying CFN resource supports setting the name https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html.
At the moment I have to do the following:
Environment
The text was updated successfully, but these errors were encountered: