/AWS1/CL_TRLREQUESTWIDGET¶
Contains information about a widget on a CloudTrail Lake dashboard.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_querystatement
TYPE /AWS1/TRLQUERYSTATEMENT
/AWS1/TRLQUERYSTATEMENT
¶
The query statement for the widget. For custom dashboard widgets, you can query across multiple event data stores as long as all event data stores exist in your account.
When a query uses
?
witheventTime
,?
must be surrounded by single quotes as follows:'?'
.
it_viewproperties
TYPE /AWS1/CL_TRLVIEWPRPSMAP_W=>TT_VIEWPROPERTIESMAP
TT_VIEWPROPERTIESMAP
¶
The view properties for the widget. For more information about view properties, see View properties for widgets in the CloudTrail User Guide.
Optional arguments:¶
it_queryparameters
TYPE /AWS1/CL_TRLQUERYPARAMETERS_W=>TT_QUERYPARAMETERS
TT_QUERYPARAMETERS
¶
The optional query parameters. The following query parameters are valid:
$StartTime$
,$EndTime$
, and$Period$
.
Queryable Attributes¶
QueryStatement¶
The query statement for the widget. For custom dashboard widgets, you can query across multiple event data stores as long as all event data stores exist in your account.
When a query uses
?
witheventTime
,?
must be surrounded by single quotes as follows:'?'
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUERYSTATEMENT() |
Getter for QUERYSTATEMENT, with configurable default |
ASK_QUERYSTATEMENT() |
Getter for QUERYSTATEMENT w/ exceptions if field has no valu |
HAS_QUERYSTATEMENT() |
Determine if QUERYSTATEMENT has a value |
QueryParameters¶
The optional query parameters. The following query parameters are valid:
$StartTime$
,$EndTime$
, and$Period$
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUERYPARAMETERS() |
Getter for QUERYPARAMETERS, with configurable default |
ASK_QUERYPARAMETERS() |
Getter for QUERYPARAMETERS w/ exceptions if field has no val |
HAS_QUERYPARAMETERS() |
Determine if QUERYPARAMETERS has a value |
ViewProperties¶
The view properties for the widget. For more information about view properties, see View properties for widgets in the CloudTrail User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VIEWPROPERTIES() |
Getter for VIEWPROPERTIES, with configurable default |
ASK_VIEWPROPERTIES() |
Getter for VIEWPROPERTIES w/ exceptions if field has no valu |
HAS_VIEWPROPERTIES() |
Determine if VIEWPROPERTIES 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_REQUESTWIDGETLIST
¶
TYPES TT_REQUESTWIDGETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TRLREQUESTWIDGET WITH DEFAULT KEY
.