Skip to content

Commit efa9036

Browse files
committed
Update the documentation
1 parent 3590a4a commit efa9036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/api_gateway_integration.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ This resource supports the following arguments:
220220
* `request_templates` - (Optional) Map of the integration's request templates.
221221
* `request_parameters` - (Optional) Map of request query string parameters and headers that should be passed to the backend responder.
222222
For example: `request_parameters = { "integration.request.header.X-Some-Other-Header" = "method.request.header.X-Some-Header" }`
223+
* `response_transfer_mode` – (Optional) Specifies the response transfer mode of the integration. Valid values are `BUFFERED` and `STREAM`. Default to `BUFFERED`.
224+
Once set, setting the value to `BUFFERED` requires explicitly specifying `BUFFERED`, rather than removing this argument.
223225
* `passthrough_behavior` - (Optional) Integration passthrough behavior (`WHEN_NO_MATCH`, `WHEN_NO_TEMPLATES`, `NEVER`). **Required** if `request_templates` is used.
224226
* `cache_key_parameters` - (Optional) List of cache key parameters for the integration.
225227
* `cache_namespace` - (Optional) Integration's cache namespace.

0 commit comments

Comments
 (0)