Skip to content

/AWS1/CL_BDOMCPTARGETCONF

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

CONSTRUCTOR

IMPORTING

Optional arguments:

io_openapischema TYPE REF TO /AWS1/CL_BDOAPISCHEMACONF /AWS1/CL_BDOAPISCHEMACONF

The OpenAPI schema for the Model Context Protocol target. This schema defines the API structure of the target.

io_smithymodel TYPE REF TO /AWS1/CL_BDOAPISCHEMACONF /AWS1/CL_BDOAPISCHEMACONF

The Smithy model for the Model Context Protocol target. This model defines the API structure of the target using the Smithy specification.

io_lambda TYPE REF TO /AWS1/CL_BDOMCPLMDTARGETCONF /AWS1/CL_BDOMCPLMDTARGETCONF

The Lambda configuration for the Model Context Protocol target. This configuration defines how the gateway uses a Lambda function to communicate with the target.


Queryable Attributes

openApiSchema

The OpenAPI schema for the Model Context Protocol target. This schema defines the API structure of the target.

Accessible with the following methods

Method Description
GET_OPENAPISCHEMA() Getter for OPENAPISCHEMA

smithyModel

The Smithy model for the Model Context Protocol target. This model defines the API structure of the target using the Smithy specification.

Accessible with the following methods

Method Description
GET_SMITHYMODEL() Getter for SMITHYMODEL

lambda

The Lambda configuration for the Model Context Protocol target. This configuration defines how the gateway uses a Lambda function to communicate with the target.

Accessible with the following methods

Method Description
GET_LAMBDA() Getter for LAMBDA