/AWS1/CL_SHBCREATECNCTORV2RSP¶
CreateConnectorV2Response
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_connectorarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The Amazon Resource Name (ARN) of the connectorV2.
iv_connectorid TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The UUID of the connectorV2 to identify connectorV2 resource.
Optional arguments:¶
iv_authurl TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The Url provide to customers for OAuth auth code flow.
iv_connectorstatus TYPE /AWS1/SHBCONNECTORSTATUS /AWS1/SHBCONNECTORSTATUS¶
The current status of the connectorV2.
Queryable Attributes¶
ConnectorArn¶
The Amazon Resource Name (ARN) of the connectorV2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORARN() |
Getter for CONNECTORARN, with configurable default |
ASK_CONNECTORARN() |
Getter for CONNECTORARN w/ exceptions if field has no value |
HAS_CONNECTORARN() |
Determine if CONNECTORARN has a value |
ConnectorId¶
The UUID of the connectorV2 to identify connectorV2 resource.
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 |
AuthUrl¶
The Url provide to customers for OAuth auth code flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHURL() |
Getter for AUTHURL, with configurable default |
ASK_AUTHURL() |
Getter for AUTHURL w/ exceptions if field has no value |
HAS_AUTHURL() |
Determine if AUTHURL has a value |
ConnectorStatus¶
The current status of the connectorV2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORSTATUS() |
Getter for CONNECTORSTATUS, with configurable default |
ASK_CONNECTORSTATUS() |
Getter for CONNECTORSTATUS w/ exceptions if field has no val |
HAS_CONNECTORSTATUS() |
Determine if CONNECTORSTATUS has a value |