/AWS1/CL_TRLPUTEVENTSELORSRSP¶
PutEventSelectorsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_trailarn TYPE /AWS1/TRLSTRING /AWS1/TRLSTRING¶
Specifies the ARN of the trail that was updated with event selectors. The following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
it_eventselectors TYPE /AWS1/CL_TRLEVENTSELECTOR=>TT_EVENTSELECTORS TT_EVENTSELECTORS¶
Specifies the event selectors configured for your trail.
it_advancedeventselectors TYPE /AWS1/CL_TRLADVANCEDEVENTSELOR=>TT_ADVANCEDEVENTSELECTORS TT_ADVANCEDEVENTSELECTORS¶
Specifies the advanced event selectors configured for your trail.
Queryable Attributes¶
TrailARN¶
Specifies the ARN of the trail that was updated with event selectors. The following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
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 |
EventSelectors¶
Specifies the event selectors configured for your trail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTSELECTORS() |
Getter for EVENTSELECTORS, with configurable default |
ASK_EVENTSELECTORS() |
Getter for EVENTSELECTORS w/ exceptions if field has no valu |
HAS_EVENTSELECTORS() |
Determine if EVENTSELECTORS has a value |
AdvancedEventSelectors¶
Specifies the advanced event selectors configured for your trail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADVANCEDEVENTSELECTORS() |
Getter for ADVANCEDEVENTSELECTORS, with configurable default |
ASK_ADVANCEDEVENTSELECTORS() |
Getter for ADVANCEDEVENTSELECTORS w/ exceptions if field has |
HAS_ADVANCEDEVENTSELECTORS() |
Determine if ADVANCEDEVENTSELECTORS has a value |