Skip to content

Commit

Permalink
remove IRoute extension
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed Sep 17, 2024
1 parent 59737a3 commit 789224f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-ec2-alpha/lib/route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CfnEIP, CfnEgressOnlyInternetGateway, CfnInternetGateway, CfnNatGateway, CfnRoute, CfnRouteTable, CfnVPCGatewayAttachment, CfnVPNGateway, CfnVPNGatewayRoutePropagation, GatewayVpcEndpoint, IRouteTable, IVpcEndpoint, RouterType } from 'aws-cdk-lib/aws-ec2';
import { Construct, IConstruct, IDependable } from 'constructs';
import { Construct, IDependable } from 'constructs';
import { Annotations, Duration, IResource, Resource } from 'aws-cdk-lib/core';
import { IVpcV2, VPNGatewayV2Options } from './vpc-v2-base';
import { NetworkUtils, allRouteTableIds } from './util';
Expand Down Expand Up @@ -456,7 +456,7 @@ export class RouteTargetType {
/**
* Interface to define a route.
*/
export interface IRouteV2 extends IConstruct, IResource {
export interface IRouteV2 extends IResource {
/**
* The ID of the route table for the route.
* @attribute routeTable
Expand Down

0 comments on commit 789224f

Please sign in to comment.