/AWS1/CL_QSTACTIONCONNECTOR¶
Contains detailed information about an action connector, including its configuration, status, and enabled actions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the action connector.
iv_actionconnectorid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The unique identifier of the action connector.
iv_type TYPE /AWS1/QSTACTIONCONNECTORTYPE /AWS1/QSTACTIONCONNECTORTYPE¶
The type of action connector.
iv_name TYPE /AWS1/QSTACTIONCONNECTORNAME /AWS1/QSTACTIONCONNECTORNAME¶
The name of the action connector.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00¶
The date and time when the action connector was last updated.
Optional arguments:¶
iv_createdtime TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00¶
The timestamp when the action connector was created.
iv_status TYPE /AWS1/QSTRESOURCESTATUS /AWS1/QSTRESOURCESTATUS¶
The current status of the action connector.
io_error TYPE REF TO /AWS1/CL_QSTACTIONCNCTORERROR /AWS1/CL_QSTACTIONCNCTORERROR¶
Error information if the action connector is in an error state.
iv_description TYPE /AWS1/QSTACTIONCONNECTORDESC /AWS1/QSTACTIONCONNECTORDESC¶
The description of the action connector.
io_authenticationconfig TYPE REF TO /AWS1/CL_QSTREADAUTHCONFIG /AWS1/CL_QSTREADAUTHCONFIG¶
The authentication configuration used to connect to the external service.
it_enabledactions TYPE /AWS1/CL_QSTACTIONIDLIST_W=>TT_ACTIONIDLIST TT_ACTIONIDLIST¶
The list of actions that are enabled for this connector.
iv_vpcconnectionarn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The ARN of the VPC connection used for secure connectivity to the external service.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the action connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
ActionConnectorId¶
The unique identifier of the action connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONCONNECTORID() |
Getter for ACTIONCONNECTORID, with configurable default |
ASK_ACTIONCONNECTORID() |
Getter for ACTIONCONNECTORID w/ exceptions if field has no v |
HAS_ACTIONCONNECTORID() |
Determine if ACTIONCONNECTORID has a value |
Type¶
The type of action connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Name¶
The name of the action connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
CreatedTime¶
The timestamp when the action connector was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastUpdatedTime¶
The date and time when the action connector was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
Status¶
The current status of the action connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Error¶
Error information if the action connector is in an error state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
Description¶
The description of the action connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
AuthenticationConfig¶
The authentication configuration used to connect to the external service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATIONCONFIG() |
Getter for AUTHENTICATIONCONFIG |
EnabledActions¶
The list of actions that are enabled for this connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLEDACTIONS() |
Getter for ENABLEDACTIONS, with configurable default |
ASK_ENABLEDACTIONS() |
Getter for ENABLEDACTIONS w/ exceptions if field has no valu |
HAS_ENABLEDACTIONS() |
Determine if ENABLEDACTIONS has a value |
VpcConnectionArn¶
The ARN of the VPC connection used for secure connectivity to the external service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONNECTIONARN() |
Getter for VPCCONNECTIONARN, with configurable default |
ASK_VPCCONNECTIONARN() |
Getter for VPCCONNECTIONARN w/ exceptions if field has no va |
HAS_VPCCONNECTIONARN() |
Determine if VPCCONNECTIONARN has a value |