Skip to content

/AWS1/CL_CWLDATASOURCE

Represents a data source that categorizes logs by originating service and log type, providing service-based organization complementing traditional log groups.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/CWLDATASOURCENAME /AWS1/CWLDATASOURCENAME

The name of the data source.

Optional arguments:

iv_type TYPE /AWS1/CWLDATASOURCETYPE /AWS1/CWLDATASOURCETYPE

The type of the data source.


Queryable Attributes

name

The name of the data source.

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

type

The type of the data source.

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