Module Values.GetInvestigationRequestSource

Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. GetInvestigation returns the investigation results of an investigation for a behavior graph.

Sourcetype nonrec t = {
  1. graphArn : GraphArn.t;
    (*

    The Amazon Resource Name (ARN) of the behavior graph.

    *)
  2. investigationId : InvestigationId.t;
    (*

    The investigation ID of the investigation report.

    *)
}
Sourceval context_ : string
Sourceval make : graphArn:GraphArn.t -> investigationId:InvestigationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GraphArn.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