Values.CloudTrailDetailsSourceContains information about CloudTrail access.
type nonrec t = {trails : TrailList.t;A Trail object that contains settings for a trail.
*)accessRole : RoleArn.t;The ARN of the service role that IAM Access Analyzer uses to access your CloudTrail trail and service last accessed information.
*)startTime : Timestamp.t;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.
*)endTime : Timestamp.t option;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.
*)}val make :
?endTime:??? ->
trails:TrailList.t ->
accessRole:RoleArn.t ->
startTime:Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of CloudTrailArn.t ])
list ]
list
| `String of RoleArn.t
| `Timestamp of Timestamp.t ])
list ]