What is the problem?
The class InterfaceVpcEndpointAwsService does not contain the auto-scaling endpoints (autoscaling, application-autoscaling and autoscaling-plans).
Reproduction Steps
Look at the static fields of InterfaceVpcEndpointAwsService, said endpoints are missing.
What did you expect to happen?
I expected to be able to use the auto-scaling endpoints in this fashion: InterfaceVpcEndpointAwsService.AUTOSCALING
What actually happened?
I need to create the endpoint like this: new InterfaceVpcEndpointAwsService('autoscaling')
CDK CLI Version
2.16.0
Framework Version
No response
Node.js Version
16.x
OS
Linux
Language
Typescript
Language Version
4.6.2
Other information
No response
What is the problem?
The class
InterfaceVpcEndpointAwsServicedoes not contain the auto-scaling endpoints (autoscaling,application-autoscalingandautoscaling-plans).Reproduction Steps
Look at the static fields of
InterfaceVpcEndpointAwsService, said endpoints are missing.What did you expect to happen?
I expected to be able to use the auto-scaling endpoints in this fashion:
InterfaceVpcEndpointAwsService.AUTOSCALINGWhat actually happened?
I need to create the endpoint like this:
new InterfaceVpcEndpointAwsService('autoscaling')CDK CLI Version
2.16.0
Framework Version
No response
Node.js Version
16.x
OS
Linux
Language
Typescript
Language Version
4.6.2
Other information
No response