AWS apigateway documentation change
Summary
Added integrationTarget and responseTransferMode properties
Security assessment
Documents new integration features without explicit security context. Response streaming mode relates to performance rather than security.
Diff
diff --git a/apigateway/latest/developerguide/api-gateway-swagger-extensions-integration.md b/apigateway/latest/developerguide/api-gateway-swagger-extensions-integration.md index bf4308be7..552bc7671 100644 --- a//apigateway/latest/developerguide/api-gateway-swagger-extensions-integration.md +++ b//apigateway/latest/developerguide/api-gateway-swagger-extensions-integration.md @@ -20,0 +21 @@ Property name | Type | Description +`integrationTarget` | `string` | The ALB or NLB listener to send the request to. Supported only for private integrations that use VPC links V2. For more information, see [Set up VPC links V2 in API Gateway](./apigateway-vpc-links-v2.html). @@ -25,0 +27 @@ Property name | Type | Description +`responseTransferMode` | `string` | The response transfer mode of the integration. Use `BUFFERED` to have API Gateway wait to receive the complete response before beginning transmission. Use `STREAM` to have API Gateway send partial responses back to the client as they become available. To learn more, see [Stream the integration response for your proxy integrations in API Gateway](./response-transfer-mode.html).