Skip to content

Commit

Permalink
docs: elaborate that crossZoneEnabled property cannot be changed for …
Browse files Browse the repository at this point in the history
…ALB in ELBv2.
  • Loading branch information
ashishdhingra committed Apr 18, 2024
1 parent 5a918d1 commit c2766ec
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 c2766ec

Please sign in to comment.