Module Values.CloudTrailDetailsSource

Contains information about CloudTrail access.

Sourcetype nonrec t = {
  1. trails : TrailList.t;
    (*

    A Trail object that contains settings for a trail.

    *)
  2. accessRole : RoleArn.t;
    (*

    The ARN of the service role that IAM Access Analyzer uses to access your CloudTrail trail and service last accessed information.

    *)
  3. 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.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?endTime:??? -> trails:TrailList.t -> accessRole:RoleArn.t -> startTime:Timestamp.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t