Skip to content

Commit

Permalink
fix crossZoneEnabled docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Jun 22, 2024
1 parent 3b95777 commit a889bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface BaseLoadBalancerProps {
*
* @default - false for Network Load Balancers and true for Application Load Balancers.
* This can not be `false` for Application Load Balancers.
* @see - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html
*/
readonly crossZoneEnabled?: boolean;

Expand Down

0 comments on commit a889bdc

Please sign in to comment.