RateLimit defines the rate limit policy.
bucket
string
Bucket defines the bucket strategy for the rate limit.
enum: subscription, application-api, application
limit
integer required
Limit is the number of requests per Period used to calculate the regeneration rate.
Traffic will converge to this rate over time by delaying requests when possible, and dropping them when throttling alone is not enough.
period
string
Period is the time unit used to express the rate.
Combined with Limit, it defines the rate at which request capacity regenerates (Limit ÷ Period).
format: duration