feat(ec2): support for IPv6 on Client VPN Endpoint#37720
Conversation
|
👋 It looks like your PR description follows the template but is missing a valid issue number in the first section. PRs without a linked issue will receive lower priority for review and merging. Please update the description to include a reference like |
|
|
||||||||||||||
|
|
||||||||||||||
Issue # (if applicable)
None
Reason for this change
Client VPN Endpoints support IPv6 configuration (https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/ipv6-considerations.html) but this has not been added to the L2 construct yet.
Description of changes
Add
endpointIpAddressTypeandtrafficIpAddressTypeparameters toClientVpnEndpointPropsDescribe any new or updated permissions being added
None
Description of how you validated changes
Added unit and integration tests.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license