Skip to content

Commit c2766ec

Browse files
committed
docs: elaborate that crossZoneEnabled property cannot be changed for ALB in ELBv2.
1 parent 5a918d1 commit c2766ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-load-balancer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface BaseLoadBalancerProps {
5151
/**
5252
* Indicates whether cross-zone load balancing is enabled.
5353
*
54-
* @default - false for Network Load Balancers and true for Application Load Balancers.
54+
* @default - false for Network Load Balancers and true for Application Load Balancers (this cannot be changed).
5555
*/
5656
readonly crossZoneEnabled?: boolean;
5757

0 commit comments

Comments
 (0)