Skip to content

/AWS1/CL_BDOCONNECTORSOURCE

The source identifying the connector integration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_connectorid TYPE /AWS1/BDOCONNECTORID /AWS1/BDOCONNECTORID

The identifier for the connector integration (for example, bedrock-knowledge-bases).

Optional arguments:

iv_version TYPE /AWS1/BDOCONNECTORVERSION /AWS1/BDOCONNECTORVERSION

The version of the connector to use (for example, 1.1.0). If you don't specify a version, the service uses the latest available version.


Queryable Attributes

connectorId

The identifier for the connector integration (for example, bedrock-knowledge-bases).

Accessible with the following methods

Method Description
GET_CONNECTORID() Getter for CONNECTORID, with configurable default
ASK_CONNECTORID() Getter for CONNECTORID w/ exceptions if field has no value
HAS_CONNECTORID() Determine if CONNECTORID has a value

version

The version of the connector to use (for example, 1.1.0). If you don't specify a version, the service uses the latest available version.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value