Skip to content

Bedrock Agentcore Control  >  Structures  >  StreamingConfiguration

StreamingConfiguration

Structure Class

StreamingConfiguration dataclass

The streaming configuration for an MCP gateway. This structure defines settings that control response streaming behavior.

Attributes

enable_response_streaming class-attribute instance-attribute
enable_response_streaming: bool | None = None

Indicates whether response streaming is enabled for the gateway. When set to true, the gateway streams responses from targets back to the client.