AWS AWSCloudFormation documentation change
Summary
Added documentation for 'IntegrationTarget' and 'ResponseTransferMode' properties in API Gateway method integration
Security assessment
The changes document new configuration options for API Gateway integrations (IntegrationTarget for VPC links and ResponseTransferMode for streaming/buffered responses). While ResponseTransferMode could influence data handling patterns, there is no explicit mention of security vulnerabilities or security feature enhancements in the diff.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-apigateway-method-integration.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-apigateway-method-integration.md index eb603b1b5..85360fa97 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-apigateway-method-integration.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-apigateway-method-integration.md @@ -26,0 +27 @@ To declare this entity in your CloudFormation template, use the following syntax + "IntegrationTarget" : String, @@ -29,0 +31 @@ To declare this entity in your CloudFormation template, use the following syntax + "ResponseTransferMode" : String, @@ -48,0 +51 @@ To declare this entity in your CloudFormation template, use the following syntax + IntegrationTarget: String @@ -53,0 +57 @@ To declare this entity in your CloudFormation template, use the following syntax + ResponseTransferMode: String @@ -154,0 +159,11 @@ _Required_ : No +`IntegrationTarget` + + +The ALB or NLB listener to send the request to. Only supported for private integrations that use VPC links V2. + +_Required_ : No + + _Type_ : String + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -193,0 +209,13 @@ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormat +`ResponseTransferMode` + + +The response transfer mode of the integration. Use `STREAM` to have API Gateway stream response your back to you or use `BUFFERED` to have API Gateway wait to receive the complete response before beginning transmission. + +_Required_ : No + + _Type_ : String + + _Allowed values_ : `BUFFERED | STREAM` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) +