Skip to content

Commit

Permalink
remove validation
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Mar 17, 2024
1 parent df4d83a commit 210aa0a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ export class ApplicationLoadBalancer extends BaseLoadBalancer implements IApplic
if (props.dropInvalidHeaderFields) {this.setAttribute('routing.http.drop_invalid_header_fields.enabled', 'true'); }
if (props.desyncMitigationMode !== undefined) {this.setAttribute('routing.http.desync_mitigation_mode', props.desyncMitigationMode); }
if (props.deletionProtection !== undefined) { this.setAttribute('deletion_protection.enabled', props.deletionProtection.toString()); }
if (props.crossZoneEnabled === false) {
throw new Error('Cross-zone load balancing must be enabled for Application Load Balancers');
}
}

/**
Expand Down

0 comments on commit 210aa0a

Please sign in to comment.