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::GatewayTarget PassthroughTargetConfiguration
The configuration for an HTTP passthrough target. A passthrough target forwards requests directly to an external HTTP endpoint.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Endpoint" :String, "ProtocolType" :String, "Schema" :HttpApiSchemaConfiguration, "StickinessConfiguration" :StickinessConfiguration}
YAML
Endpoint:StringProtocolType:StringSchema:HttpApiSchemaConfigurationStickinessConfiguration:StickinessConfiguration
Properties
Endpoint-
The HTTPS endpoint that the gateway forwards requests to for this passthrough target.
Required: Yes
Type: String
Pattern:
^https://[a-zA-Z0-9\-\.]+(:[0-9]{1,5})?(/.*)?$Minimum:
1Maximum:
2048Update requires: No interruption
ProtocolType-
The application protocol that the passthrough target implements. This value is required for passthrough targets:
-
MCP- The Model Context Protocol. -
A2A- The Agent-to-Agent protocol. -
INFERENCE- The protocol for routing requests to a large language model (LLM) provider. -
CUSTOM- A custom application protocol.
Required: Yes
Type: String
Allowed values:
MCP | A2A | INFERENCE | CUSTOMUpdate requires: No interruption
-
Schema-
The API schema configuration that defines the structure of the passthrough target's API.
Required: No
Type: HttpApiSchemaConfiguration
Update requires: No interruption
StickinessConfiguration-
The session stickiness configuration for the passthrough target. This configuration routes requests within the same session to the same target.
Required: No
Type: StickinessConfiguration
Update requires: No interruption