We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0e46b commit 95977e2Copy full SHA for 95977e2
packages/@aws-cdk/aws-ec2-alpha/lib/route.ts
@@ -879,5 +879,6 @@ function routerTypeToPropName(routerType: RouterType) {
879
[RouterType.TRANSIT_GATEWAY]: 'transitGatewayId',
880
[RouterType.VPC_PEERING_CONNECTION]: 'vpcPeeringConnectionId',
881
[RouterType.VPC_ENDPOINT]: 'vpcEndpointId',
882
+ [RouterType.CORE_NETWORK]: 'coreNetworkArn',
883
})[routerType];
884
}
0 commit comments