/AWS1/CL_CWOSOURCE¶
A list of source plugin types used in the pipeline configuration (such as cloudwatch_logs or s3). Currently supports a single source per pipeline, but is structured as a list to accommodate multiple pipelines in the configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/CWOSTRING /AWS1/CWOSTRING¶
The plugin name of the source, such as
cloudwatch_logsors3.
Queryable Attributes¶
Type¶
The plugin name of the source, such as
cloudwatch_logsors3.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SOURCES¶
TYPES TT_SOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWOSOURCE WITH DEFAULT KEY
.