import { UsagePlan } from 'aws-cdk-lib/aws-apigateway';Or use the module namespace:
import * as apigateway from 'aws-cdk-lib/aws-apigateway';
// apigateway.UsagePlanConfiguration passed to the constructor as UsagePlanProps.
apiStagesOptionalUsagePlanPerApiStage[]API Stages to be associated with the usage plan.
Default: none
descriptionOptionalstringRepresents usage plan purpose.
Default: none
nameOptionalstringName for this usage plan.
Default: none
quotaOptionalQuotaSettingsNumber of requests clients can make in a given time period.
Default: none
throttleOptionalThrottleSettingsOverall throttle settings for the API.
Default: none
Everything you need to know about Amazon API Gateway on one page. HD quality, print-friendly.
Download Free Infographicaws-apigateway