Skip to content

Commit

Permalink
ELaborate that crossZoneEnabled property cannot be changed for ALB in…
Browse files Browse the repository at this point in the history
… ELBv2.
  • Loading branch information
ashishdhingra committed Apr 18, 2024
1 parent 5a918d1 commit 9f19d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface BaseLoadBalancerProps {
/**
* Indicates whether cross-zone load balancing is enabled.
*
* @default - false for Network Load Balancers and true for Application Load Balancers.
* @default - false for Network Load Balancers and true for Application Load Balancers (this cannot be changed).
*/
readonly crossZoneEnabled?: boolean;

Expand Down

0 comments on commit 9f19d1c

Please sign in to comment.