This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ApiGateway::UsagePlan ThrottleSettings
ThrottleSettings is a property of the AWS::ApiGateway::UsagePlan resource that specifies the overall request rate (average requests per second) and burst capacity when users call your REST APIs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BurstLimit" :Integer, "RateLimit" :Number}
YAML
BurstLimit:IntegerRateLimit:Number
Properties
- BurstLimit
- 
                    The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit. Required: No Type: Integer Minimum: 0Update requires: No interruption 
- RateLimit
- 
                    The API target request rate limit. Required: No Type: Number Minimum: 0Update requires: No interruption 
See also
- 
                    UsagePlan in the Amazon API Gateway REST API Reference