-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(elbv2): add TLS listener for NLB (#2122)
Adds TLS termination for Network Load Balancer. Adds new props to support termination: - SSLPolicy - Certificates - Protocol
- Loading branch information
Showing
5 changed files
with
425 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,12 @@ export enum Protocol { | |
/** | ||
* TCP | ||
*/ | ||
Tcp = 'TCP' | ||
Tcp = 'TCP', | ||
|
||
/** | ||
* TLS | ||
*/ | ||
Tls = 'TLS' | ||
} | ||
|
||
/** | ||
|
296 changes: 294 additions & 2 deletions
296
packages/@aws-cdk/aws-elasticloadbalancingv2/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.