We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a918d1 commit 9f19d1cCopy full SHA for 9f19d1c
packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-load-balancer.ts
@@ -51,7 +51,7 @@ export interface BaseLoadBalancerProps {
51
/**
52
* Indicates whether cross-zone load balancing is enabled.
53
*
54
- * @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).
55
*/
56
readonly crossZoneEnabled?: boolean;
57
0 commit comments