-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-ec2: missing props in VpnConnection
L2 construct
#32519
Comments
AWS::EC2::VPNConnection VpnTunnelOptionsSpecification and CfnVPNConnection does support bunch of properties which are missing from VpnConnection L2 construct. @garysassano Good afternoon. Thanks for opening the issue. As a workaround, you could use escape hatch to set missing properties on And as always, community contributed PR is welcome. :) Thanks, |
I'm not sure about the equivalent CloudFormation property, but I was referring to the |
This line shows that we can indirectly set VpnConnection as
|
Describe the bug
The current VpnConnection L2 construct lacks critical configuration options, forcing you to resort to using the L1 CfnVPNConnection.
Specifically:
These limitations significantly restrict the usability of the
VpnConnection
construct for more advanced VPN setups.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
See above.
Current Behavior
See above.
Reproduction Steps
See above.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.172.0
Framework Version
No response
Node.js Version
22.11.0
OS
Ubuntu 24.04
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: