latest--aws-apigateway-usageplan
sharedResource Type definition for AWS::ApiGateway::UsagePlan. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway.git
Properties
A description of the usage plan.
3 nested properties
The maximum number of requests that users can make within the specified time period.
For the initial time period, the number of requests to subtract from the specified limit. When you first implement a usage plan, the plan might start in the middle of the week or month. With this property, you can decrease the limit for this initial time period.
The time period for which the maximum limit of requests applies, such as DAY or WEEK. For valid values, see the period property for the UsagePlan resource in the Amazon API Gateway REST API Reference.
An array of arbitrary tags (key-value pairs) to associate with the usage plan.
2 nested properties
The maximum API request rate limit over a time ranging from one to a few seconds. The maximum API request rate limit depends on whether the underlying token bucket is at its full capacity.
The API request steady-state rate limit (average requests per second over an extended period of time).
A name for the usage plan.
Definitions
The ID of an API that is in the specified Stage property that you want to associate with the usage plan.
The name of the stage to associate with the usage plan.
Map containing method-level throttling information for an API stage in a usage plan. The key for the map is the path and method for which to configure custom throttling, for example, '/pets/GET'. Duplicates are not allowed.
The maximum API request rate limit over a time ranging from one to a few seconds. The maximum API request rate limit depends on whether the underlying token bucket is at its full capacity.
The API request steady-state rate limit (average requests per second over an extended period of time).
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The maximum number of requests that users can make within the specified time period.
For the initial time period, the number of requests to subtract from the specified limit. When you first implement a usage plan, the plan might start in the middle of the week or month. With this property, you can decrease the limit for this initial time period.
The time period for which the maximum limit of requests applies, such as DAY or WEEK. For valid values, see the period property for the UsagePlan resource in the Amazon API Gateway REST API Reference.