/AWS1/CL_TRLPUTINSIGHTSELORS01¶
PutInsightSelectorsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_trailarn TYPE /AWS1/TRLSTRING /AWS1/TRLSTRING¶
The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.
it_insightselectors TYPE /AWS1/CL_TRLINSIGHTSELECTOR=>TT_INSIGHTSELECTORS TT_INSIGHTSELECTORS¶
Contains the Insights types you want to log on a specific category of events in a trail or event data store.
ApiCallRateInsightandApiErrorRateInsightare valid Insight types.The EventCategory field can specifyManagementorDataevents or both. For event data store, you can only log Insights for management events only.
iv_eventdatastorearn TYPE /AWS1/TRLEVENTDATASTOREARN /AWS1/TRLEVENTDATASTOREARN¶
The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights selectors.
iv_insightsdestination TYPE /AWS1/TRLEVENTDATASTOREARN /AWS1/TRLEVENTDATASTOREARN¶
The ARN of the destination event data store that logs Insights events.
Queryable Attributes¶
TrailARN¶
The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAILARN() |
Getter for TRAILARN, with configurable default |
ASK_TRAILARN() |
Getter for TRAILARN w/ exceptions if field has no value |
HAS_TRAILARN() |
Determine if TRAILARN has a value |
InsightSelectors¶
Contains the Insights types you want to log on a specific category of events in a trail or event data store.
ApiCallRateInsightandApiErrorRateInsightare valid Insight types.The EventCategory field can specifyManagementorDataevents or both. For event data store, you can only log Insights for management events only.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTSELECTORS() |
Getter for INSIGHTSELECTORS, with configurable default |
ASK_INSIGHTSELECTORS() |
Getter for INSIGHTSELECTORS w/ exceptions if field has no va |
HAS_INSIGHTSELECTORS() |
Determine if INSIGHTSELECTORS has a value |
EventDataStoreArn¶
The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights selectors.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTDATASTOREARN() |
Getter for EVENTDATASTOREARN, with configurable default |
ASK_EVENTDATASTOREARN() |
Getter for EVENTDATASTOREARN w/ exceptions if field has no v |
HAS_EVENTDATASTOREARN() |
Determine if EVENTDATASTOREARN has a value |
InsightsDestination¶
The ARN of the destination event data store that logs Insights events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTSDESTINATION() |
Getter for INSIGHTSDESTINATION, with configurable default |
ASK_INSIGHTSDESTINATION() |
Getter for INSIGHTSDESTINATION w/ exceptions if field has no |
HAS_INSIGHTSDESTINATION() |
Determine if INSIGHTSDESTINATION has a value |