Skip to content

/AWS1/CL_BDOCNCTRTARGETCONF

Configuration for a connector integration target. Connectors provide pre-built integrations with Amazon Web Services services and third-party tools.

CONSTRUCTOR

IMPORTING

Required arguments:

io_source TYPE REF TO /AWS1/CL_BDOCONNECTORSOURCE /AWS1/CL_BDOCONNECTORSOURCE

The source configuration identifying which connector to use.

Optional arguments:

it_enabled TYPE /AWS1/CL_BDOENABLEDCNCT_W=>TT_ENABLEDCONNECTORS TT_ENABLEDCONNECTORS

A list of tool names to enable from this connector. If absent, all tools provided by the connector are enabled.

it_configurations TYPE /AWS1/CL_BDOCONNECTORCONF=>TT_CONNECTORCONFIGURATIONS TT_CONNECTORCONFIGURATIONS

A list of per-tool configurations for the connector.


Queryable Attributes

source

The source configuration identifying which connector to use.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

enabled

A list of tool names to enable from this connector. If absent, all tools provided by the connector are enabled.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value

configurations

A list of per-tool configurations for the connector.

Accessible with the following methods

Method Description
GET_CONFIGURATIONS() Getter for CONFIGURATIONS, with configurable default
ASK_CONFIGURATIONS() Getter for CONFIGURATIONS w/ exceptions if field has no valu
HAS_CONFIGURATIONS() Determine if CONFIGURATIONS has a value