elasticloadbalancingv2: specify private IPv4 address for internal NLB #30388
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
We can set static private IPv4 address for internal NLB.
Use Case
NLB supports for specifying private IPv4 address from SubnetMapping property.
However, L2 construct cannot configure it.
Proposed Solution
Add
staticIpv4
boolean property toNetworkLoadBalancerProps
and setPrivateIpv4Address
in theSubnetMappings
.Other Information
No response
Acknowledgements
CDK version used
2.141.0
Environment details (OS name and version, etc.)
irrelevant
The text was updated successfully, but these errors were encountered: