Skip to content

/AWS1/CL_CWLS3TABLEINTGSOURCE

Represents a data source association with an S3 Table Integration, including its status and metadata.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_identifier TYPE /AWS1/CWLS3TABLEINTGSOURCEID /AWS1/CWLS3TABLEINTGSOURCEID

The unique identifier for this data source association.

io_datasource TYPE REF TO /AWS1/CL_CWLDATASOURCE /AWS1/CL_CWLDATASOURCE

The data source associated with the S3 Table Integration.

iv_status TYPE /AWS1/CWLS3TABLEINTGSOURCESTAT /AWS1/CWLS3TABLEINTGSOURCESTAT

The current status of the data source association.

iv_statusreason TYPE /AWS1/CWLS3TABLEINTGSRCSTATRSN /AWS1/CWLS3TABLEINTGSRCSTATRSN

Additional information about the status of the data source association.

iv_createdtimestamp TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP

The timestamp when the data source association was created.


Queryable Attributes

identifier

The unique identifier for this data source association.

Accessible with the following methods

Method Description
GET_IDENTIFIER() Getter for IDENTIFIER, with configurable default
ASK_IDENTIFIER() Getter for IDENTIFIER w/ exceptions if field has no value
HAS_IDENTIFIER() Determine if IDENTIFIER has a value

dataSource

The data source associated with the S3 Table Integration.

Accessible with the following methods

Method Description
GET_DATASOURCE() Getter for DATASOURCE

status

The current status of the data source association.

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

statusReason

Additional information about the status of the data source association.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

createdTimeStamp

The timestamp when the data source association was created.

Accessible with the following methods

Method Description
GET_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP, with configurable default
ASK_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP w/ exceptions if field has no va
HAS_CREATEDTIMESTAMP() Determine if CREATEDTIMESTAMP has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_S3TABLEINTEGRATIONSOURCES

TYPES TT_S3TABLEINTEGRATIONSOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLS3TABLEINTGSOURCE WITH DEFAULT KEY
.