Skip to content

Commit 6564838

Browse files
committed
feat(ec2): support for Cloud Wan Core Network routes
1 parent b2dc3f9 commit 6564838

File tree

1 file changed

+1
-0
lines changed
  • packages/@aws-cdk/aws-ec2-alpha/lib

1 file changed

+1
-0
lines changed

packages/@aws-cdk/aws-ec2-alpha/lib/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,5 +879,6 @@ function routerTypeToPropName(routerType: RouterType) {
879879
[RouterType.TRANSIT_GATEWAY]: 'transitGatewayId',
880880
[RouterType.VPC_PEERING_CONNECTION]: 'vpcPeeringConnectionId',
881881
[RouterType.VPC_ENDPOINT]: 'vpcEndpointId',
882+
[RouterType.CORE_NETWORK]: 'coreNetworkArn',
882883
})[routerType];
883884
}

0 commit comments

Comments
 (0)