/AWS1/CL_CFSCONNECTOR¶
The details of the connector, including the connector configuration and connector ARN.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CFSCONNECTORNAME /AWS1/CFSCONNECTORNAME¶
The name of the connector.
iv_arn TYPE /AWS1/CFSAMAZONRESOURCENAME /AWS1/CFSAMAZONRESOURCENAME¶
The Amazon Resource Name (ARN) of the connector.
io_connectorconfiguration TYPE REF TO /AWS1/CL_CFSCONNECTORCONF /AWS1/CL_CFSCONNECTORCONF¶
The provider-specific configuration for connecting to the third-party cloud service provider.
iv_createdtime TYPE /AWS1/CFSDATE /AWS1/CFSDATE¶
The date and time that the connector was created.
Queryable Attributes¶
name¶
The name of the 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 |
arn¶
The Amazon Resource Name (ARN) of the 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 |
connectorConfiguration¶
The provider-specific configuration for connecting to the third-party cloud service provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORCONFIGURATION() |
Getter for CONNECTORCONFIGURATION |
createdTime¶
The date and time that the 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 |