/AWS1/CL_AANCLOUDTRAILPRPS¶
Contains information about CloudTrail access.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_trailproperties
TYPE /AWS1/CL_AANTRAILPROPERTIES=>TT_TRAILPROPERTIESLIST
TT_TRAILPROPERTIESLIST
¶
A
TrailProperties
object that contains settings for trail properties.
iv_starttime
TYPE /AWS1/AANTIMESTAMP
/AWS1/AANTIMESTAMP
¶
The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.
iv_endtime
TYPE /AWS1/AANTIMESTAMP
/AWS1/AANTIMESTAMP
¶
The end of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.
Queryable Attributes¶
trailProperties¶
A
TrailProperties
object that contains settings for trail properties.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRAILPROPERTIES() |
Getter for TRAILPROPERTIES, with configurable default |
ASK_TRAILPROPERTIES() |
Getter for TRAILPROPERTIES w/ exceptions if field has no val |
HAS_TRAILPROPERTIES() |
Determine if TRAILPROPERTIES has a value |
startTime¶
The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The end of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |