x-apigateway-ratelimits¶
Meaning: Mapping between a request throttling policy name and limit values.
Scope of effect: Swagger Object
Example:
x-apigateway-ratelimits:
customRatelimitName:
api-limit: 200
app-limit: 200
user-limit: 200
ip-limit: 200
interval: 1
unit: second/minute/hour
shared: true
special:
- type: APP
limit: 100
instance: xxxxxxxxx
Parameter | Mandatory | Type | Description |
---|---|---|---|
customRatelimitName | No | Name of a request throttling policy. To use the policy, set x-apigateway-ratelimit to the policy name. |