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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ API gateway module for REST API. There is no community module available for REST
47
47
| <aname="input_cache_cluster_enabled"></a> [cache\_cluster\_enabled](#input\_cache\_cluster\_enabled)| Specifies whether a cache cluster is enabled for the stage. |`bool`|`false`| no |
48
48
| <aname="input_cache_cluster_size"></a> [cache\_cluster\_size](#input\_cache\_cluster\_size)| The size of the cache cluster for the stage, if enabled |`string`|`"0.5"`| no |
49
49
| <aname="input_cache_data_encrypted"></a> [cache\_data\_encrypted](#input\_cache\_data\_encrypted)| Specifies whether a cache data needs to be encrypted. |`bool`|`true`| no |
50
+
| <aname="input_cache_ttl"></a> [cache\_ttl](#input\_cache\_ttl)| The cache TTL of the stage |`number`|`300`| no |
50
51
| <aname="input_caching_enabled"></a> [caching\_enabled](#input\_caching\_enabled)| Specifies whether caching is enabled for the API gateway method |`bool`|`false`| no |
51
52
| <aname="input_data_trace_enabled"></a> [data\_trace\_enabled](#input\_data\_trace\_enabled)| Specifies the logging level for this method. |`bool`|`false`| no |
52
53
| <aname="input_enable_global_apigw_logging"></a> [enable\_global\_apigw\_logging](#input\_enable\_global\_apigw\_logging)| Enable global apigw logging |`bool`|`false`| no |
@@ -62,6 +63,7 @@ API gateway module for REST API. There is no community module available for REST
62
63
| <aname="input_stage"></a> [stage](#input\_stage)| Name of the API gateway stage |`string`| n/a | yes |
63
64
| <aname="input_stage_variables"></a> [stage\_variables](#input\_stage\_variables)| Stage variables for the API gateway stage |`map(any)`|`{}`| no |
64
65
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
66
+
| <aname="input_tf_resources_hash"></a> [tf\_resources\_hash](#input\_tf\_resources\_hash)| for api gateways that are not using body\_template and are using terraform resources |`string`|`""`| no |
65
67
| <aname="input_throttling_burst_limit"></a> [throttling\_burst\_limit](#input\_throttling\_burst\_limit)| The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity. |`number`|`1000`| no |
66
68
| <aname="input_throttling_rate_limit"></a> [throttling\_rate\_limit](#input\_throttling\_rate\_limit)| The API request steady-state rate limit |`number`|`1000`| no |
67
69
| <aname="input_types"></a> [types](#input\_types)| Name of the API gateway stage |`list(string)`| <pre>[<br> "REGIONAL"<br>]</pre> | no |
@@ -80,3 +82,4 @@ API gateway module for REST API. There is no community module available for REST
80
82
| <aname="output_aws_api_gateway_stage_name"></a> [aws\_api\_gateway\_stage\_name](#output\_aws\_api\_gateway\_stage\_name)| Stage name of the deployed api gateway stage |
81
83
| <aname="output_aws_api_gateway_vpc_link_id"></a> [aws\_api\_gateway\_vpc\_link\_id](#output\_aws\_api\_gateway\_vpc\_link\_id)| VPC link id |
0 commit comments