Values.TrailSourceContains details about the CloudTrail trail being analyzed to generate a policy.
type nonrec t = {cloudTrailArn : CloudTrailArn.t;Specifies the ARN of the trail. The format of a trail ARN is arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail.
*)regions : RegionList.t option;A list of regions to get CloudTrail data from and analyze to generate a policy.
*)allRegions : Boolean.t option;Possible values are true or false. If set to true, IAM Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of CloudTrailArn.t ])
list ]