This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::Gateway StreamingConfiguration
The streaming configuration for an MCP gateway. This structure defines settings that control response streaming behavior.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EnableResponseStreaming" :Boolean}
YAML
EnableResponseStreaming:Boolean
Properties
EnableResponseStreaming-
Indicates whether response streaming is enabled for the gateway. When set to
true, the gateway streams responses from targets back to the client.Required: No
Type: Boolean
Update requires: No interruption