Module Values.GetFindingV2RequestSource

Retrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action.

Sourcetype nonrec t = {
  1. analyzerArn : AnalyzerArn.t;
    (*

    The ARN of the analyzer that generated the finding.

    *)
  2. id : FindingId.t;
    (*

    The ID of the finding to retrieve.

    *)
  3. maxResults : Integer.t option;
    (*

    The maximum number of results to return in the response.

    *)
  4. nextToken : Token.t option;
    (*

    A token used for pagination of results returned.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> analyzerArn:AnalyzerArn.t -> id:FindingId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of AnalyzerArn.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