Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/nlb/networ…
Browse files Browse the repository at this point in the history
…k-load-balancer.ts

Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
msambol and lpizzinidev committed Mar 19, 2024
1 parent d095789 commit fa509a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface NetworkLoadBalancerProps extends BaseLoadBalancerProps {
/**
* Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through AWS PrivateLink.
*
* @default on
* @default true
*/
readonly enforceSecurityGroupInboundRulesOnPrivateLinkTraffic?: boolean;
}
Expand Down

0 comments on commit fa509a8

Please sign in to comment.