(aws_ec2): python module missing new SubnetType enum values #17531
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
bug
This issue is a bug.
jsii
This issue originates in jsii, or this feature must be implemented in jsii.
needs-triage
This issue or PR still needs to be triaged.
p1
What is the problem?
SubnetType.ISOLATED and SubnetType.PRIVATE are being deprecated in favor of SubnetType.PRIVATE_ISOLATED and SubnetType.PRIVATE_WITH_NAT, however neither PRIVATE_ISOLATED nor PRIVATE_WITH_NAT are exposed in Python.
Reproduction Steps
What did you expect to happen?
It to succeed.
What actually happened?
Exception thrown.
CDK CLI Version
1.32.0
Framework Version
No response
Node.js Version
16.3.0
OS
MacOS Monterey
Language
Python
Language Version
3.9.7
Other information
No response
The text was updated successfully, but these errors were encountered: