Skip to content

Commit 226598b

Browse files
committed
update README.md
1 parent 976601e commit 226598b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/io.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
| target | Part of quick create. Quick create produces an API with an integration, a default catch-all route, and a default stage which is configured to automatically deploy changes. For HTTP integrations, specify a fully qualified URL. For Lambda integrations, specify a function ARN. The type of the integration will be HTTP\_PROXY or AWS\_PROXY, respectively. Applicable for HTTP APIs. | `string` | `null` | no |
109109
| timeout\_milliseconds | Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds. | `number` | `null` | no |
110110
| type | Type of the authorizer. Possible values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, or COGNITO\_USER\_POOLS for using an Amazon Cognito user pool. Defaults to TOKEN. | `string` | `"TOKEN"` | no |
111-
| vpc\_endpoint\_id | ID of the vpc endpoint. Only applicable when | `string` | `""` | no |
111+
| vpc\_endpoint\_id | ID of the vpc endpoint. Only applicable when | `set(string)` | <pre>[<br> ""<br>]</pre> | no |
112112
| vpc\_endpoint\_type | The VPC endpoint type, Gateway, GatewayLoadBalancer, or Interface. Defaults to Gateway. | `string` | `"Gateway"` | no |
113113
| vpc\_id | The ID of the VPC in which the endpoint will be used. | `string` | `""` | no |
114114
| vpc\_links | Map of VPC Links details to create | `map(any)` | `{}` | no |

0 commit comments

Comments
 (0)