Commit fba027b
authored
feat(ec2): support for Cloud Wan Core Network routes (#35008)
### Reason for this change
Routing through Cloud WAN Core Network
### Description of changes
Added Core Network to RouterType enum, updated typeToParameter function, updated tests.
### Describe any new or updated permissions being added
None
### Description of how you validated changes
Updated and ran the tests. C
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 67ef21f commit fba027b
File tree
3 files changed
+14
-0
lines changed- packages
- @aws-cdk/aws-ec2-alpha/lib
- aws-cdk-lib/aws-ec2
- lib
- test
3 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| 882 | + | |
882 | 883 | | |
883 | 884 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2426 | 2426 | | |
2427 | 2427 | | |
2428 | 2428 | | |
| 2429 | + | |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
2429 | 2434 | | |
2430 | 2435 | | |
2431 | 2436 | | |
| |||
2440 | 2445 | | |
2441 | 2446 | | |
2442 | 2447 | | |
| 2448 | + | |
2443 | 2449 | | |
2444 | 2450 | | |
2445 | 2451 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2623 | 2623 | | |
2624 | 2624 | | |
2625 | 2625 | | |
| 2626 | + | |
| 2627 | + | |
| 2628 | + | |
| 2629 | + | |
2626 | 2630 | | |
2627 | 2631 | | |
2628 | 2632 | | |
| |||
2637 | 2641 | | |
2638 | 2642 | | |
2639 | 2643 | | |
| 2644 | + | |
| 2645 | + | |
| 2646 | + | |
2640 | 2647 | | |
2641 | 2648 | | |
2642 | 2649 | | |
| |||
0 commit comments