UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

12 lines (11 loc) 207 B
import { IResource } from '../../../core'; /** * Represents a route. */ export interface IRoute extends IResource { /** * Id of the Route * @attribute */ readonly routeId: string; }