Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(elasticloadbalancingv2): alb dualstack without public ipv4 (#30248)
### Issue # (if applicable) Closes #30256. ### Reason for this change ALB supported a new dual-stack ALB without public IPv4. https://aws.amazon.com/jp/about-aws/whats-new/2024/05/application-load-balancer-ipv6-internet-clients/ ### Description of changes Add `IpAddressType.DUAL_STACK_WITHOUT_PUBLIC_IPV4` ### Description of how you validated changes Add unit tests & integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information