You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ This module provides an API Gateway with the option to define routes which invok
27
27
| description | Short text of what the API Gateway is trying to accomplish. |`string`| "" | no |
28
28
| domain | Custom domain pointed to the API Gateway. |`string`| n/a | yes |
29
29
| zone_id | ID of the public hosted zone for the domain. (When not specified the public hosted zone of the domain will be pulled with a data resource from your account) |`string`| "" | no |
30
+
| rate_limit | Rate limit for traffic from the same IP address over a period of 5 minutes. |`number`| 0 | no |
30
31
| routes | A list of objects for the definition of routes in the API Gateway. |`list(object)`|[]| no |
31
32
| log_config | An object for the definition of a CloudWatch log for the API Gateway. |`object`| null | no |
32
33
| cors_config | An object for the definition of the CORS configuration for the API Gateway. |`object`| null | no |
0 commit comments