Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
msambol and lpizzinidev authored Mar 19, 2024
1 parent 41df9e2 commit d095789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ listener.addTargets('AppFleet', {
### Enforce security group inbound rules on PrivateLink traffic for a Network Load Balancer

You can indicate whether to evaluate inbound security group rules for traffic
sent to a Network Load Balancer through AWS PrivateLink. The default is `on`.
sent to a Network Load Balancer through AWS PrivateLink.
The evaluation is enabled by default.

```ts
declare const vpc: ec2.Vpc;
Expand Down

0 comments on commit d095789

Please sign in to comment.