UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

12 lines (11 loc) 228 B
import { IResource } from '../../../core'; /** * Represents an Authorizer. */ export interface IAuthorizer extends IResource { /** * Id of the Authorizer * @attribute */ readonly authorizerId: string; }