File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/aws-cdk-lib/aws-ecs/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export interface Ec2ServiceProps extends BaseServiceOptions {
9696 * service must not be a target of a Classic Load Balancer.
9797 *
9898 * @see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html
99- * @default AvailabilityZoneRebalancing.ENABLED
99+ * @default AvailabilityZoneRebalancing.DISABLED
100100 */
101101 readonly availabilityZoneRebalancing ?: AvailabilityZoneRebalancing ;
102102}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export interface FargateServiceProps extends BaseServiceOptions {
7171 * of a Classic Load Balancer.
7272 *
7373 * @see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html
74- * @default AvailabilityZoneRebalancing.ENABLED
74+ * @default AvailabilityZoneRebalancing.DISABLED
7575 */
7676 readonly availabilityZoneRebalancing ?: AvailabilityZoneRebalancing ;
7777}
You can’t perform that action at this time.
0 commit comments