UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

12 lines (11 loc) 249 B
import { IResource } from '../../../core'; /** * Represents an integration to an API Route. */ export interface IIntegration extends IResource { /** * Id of the integration. * @attribute */ readonly integrationId: string; }