Module Values.CloudTrailPropertiesSource

Contains information about CloudTrail access.

Sourcetype nonrec t = {
  1. trailProperties : TrailPropertiesList.t option;
    (*

    A TrailProperties object that contains settings for trail properties.

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

    *)
  3. 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 make : ?trailProperties:??? -> ?startTime:??? -> ?endTime:??? -> 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 | `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