UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

9 lines (8 loc) 239 B
import { S3Location } from "."; export interface WebSocketSchemaResourceProperties { readonly apiId: string; readonly inputSpecLocation: S3Location; readonly serverOperationPaths: { [routeKey: string]: string; }; }