Values.CloudTrailPropertiesSourceContains information about CloudTrail access.
type nonrec t = {trailProperties : TrailPropertiesList.t option;A TrailProperties object that contains settings for trail properties.
*)startTime : Timestamp.t option;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 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
| `Timestamp of Timestamp.t ])
list ]