A UsagePlan.
import { UsagePlan } from 'aws-cdk-lib/aws-apigatewayv2';Or use the module namespace:
import * as apigatewayv2 from 'aws-cdk-lib/aws-apigatewayv2';
// apigatewayv2.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
quotaOptionalQuotaSettingsNumber of requests clients can make in a given time period.
Default: none
throttleOptionalThrottleSettingsOverall throttle settings for the API.
Default: none
usagePlanNameOptionalstringName for this usage plan.
Default: none
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-apigatewayv2