Skip to content

Commit

Permalink
(chore): fix doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed Sep 17, 2024
1 parent b6ad97f commit 59737a3
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
Expand Up @@ -456,7 +456,7 @@ export class RouteTargetType {
/**
* Interface to define a route.
*/
export interface IRoute extends IConstruct, IResource {
export interface IRouteV2 extends IConstruct, IResource {
/**
* The ID of the route table for the route.
* @attribute routeTable
Expand Down Expand Up @@ -512,7 +512,7 @@ export interface RouteProps {
* Creates a new route with added functionality.
* @resource AWS::EC2::Route
*/
export class Route extends Resource implements IRoute, IDependable {
export class Route extends Resource implements IRouteV2 {
/**
* The IPv4 or IPv6 CIDR block used for the destination match.
*
Expand Down

0 comments on commit 59737a3

Please sign in to comment.