/AWS1/CL_BDOAPIGATEWAYTOOLCONF¶
The configuration for defining REST API tool filters and overrides for the gateway target.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_toolfilters TYPE /AWS1/CL_BDOAPIGWTOOLFILTER=>TT_APIGATEWAYTOOLFILTERS TT_APIGATEWAYTOOLFILTERS¶
A list of path and method patterns to expose as tools using metadata from the REST API's OpenAPI specification.
Optional arguments:¶
it_tooloverrides TYPE /AWS1/CL_BDOAPIGATEWAYTOOLOVRD=>TT_APIGATEWAYTOOLOVERRIDES TT_APIGATEWAYTOOLOVERRIDES¶
A list of explicit tool definitions with optional custom names and descriptions.
Queryable Attributes¶
toolOverrides¶
A list of explicit tool definitions with optional custom names and descriptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLOVERRIDES() |
Getter for TOOLOVERRIDES, with configurable default |
ASK_TOOLOVERRIDES() |
Getter for TOOLOVERRIDES w/ exceptions if field has no value |
HAS_TOOLOVERRIDES() |
Determine if TOOLOVERRIDES has a value |
toolFilters¶
A list of path and method patterns to expose as tools using metadata from the REST API's OpenAPI specification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLFILTERS() |
Getter for TOOLFILTERS, with configurable default |
ASK_TOOLFILTERS() |
Getter for TOOLFILTERS w/ exceptions if field has no value |
HAS_TOOLFILTERS() |
Determine if TOOLFILTERS has a value |