Skip to content

/AWS1/CL_BDOTARGETCONF

The configuration for a gateway target. This structure defines how the gateway connects to and interacts with the target endpoint.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_mcp TYPE REF TO /AWS1/CL_BDOMCPTARGETCONF /AWS1/CL_BDOMCPTARGETCONF

The Model Context Protocol (MCP) configuration for the target. This configuration defines how the gateway uses MCP to communicate with the target.

io_http TYPE REF TO /AWS1/CL_BDOHTTPTARGETCONF /AWS1/CL_BDOHTTPTARGETCONF

The HTTP target configuration. Use this to route gateway requests to an HTTP-based endpoint such as an AgentCore Runtime.

io_inference TYPE REF TO /AWS1/CL_BDOINFRNCTARGETCONF /AWS1/CL_BDOINFRNCTARGETCONF

The inference configuration for the target. This configuration routes requests to a large language model (LLM) provider.


Queryable Attributes

mcp

The Model Context Protocol (MCP) configuration for the target. This configuration defines how the gateway uses MCP to communicate with the target.

Accessible with the following methods

Method Description
GET_MCP() Getter for MCP

http

The HTTP target configuration. Use this to route gateway requests to an HTTP-based endpoint such as an AgentCore Runtime.

Accessible with the following methods

Method Description
GET_HTTP() Getter for HTTP

inference

The inference configuration for the target. This configuration routes requests to a large language model (LLM) provider.

Accessible with the following methods

Method Description
GET_INFERENCE() Getter for INFERENCE