Module Values.ClassificationDetailsSource

Provides information about a sensitive data finding and the details of the finding.

Sourcetype nonrec t = {
  1. detailedResultsLocation : string option;
    (*

    The path to the folder or file in Amazon S3 that contains the corresponding sensitive data discovery result for the finding. If a finding applies to a large archive or compressed file, this value is the path to a folder. Otherwise, this value is the path to a file.

    *)
  2. jobArn : string option;
    (*

    The Amazon Resource Name (ARN) of the classification job that produced the finding. This value is null if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.

    *)
  3. jobId : string option;
    (*

    The unique identifier for the classification job that produced the finding. This value is null if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.

    *)
  4. originType : OriginType.t option;
    (*

    Specifies how Amazon Macie found the sensitive data that produced the finding. Possible values are: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job; and, AUTOMATED_SENSITIVE_DATA_DISCOVERY, for automated sensitive data discovery.

    *)
  5. result : ClassificationResult.t option;
    (*

    The status and other details of the finding.

    *)
}
Sourceval make : ?detailedResultsLocation:??? -> ?jobArn:??? -> ?jobId:??? -> ?originType:??? -> ?result:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Long of Awso.Import.Int64.t ]) list ]) list ] list ]) list ]) list ] list | `Long of Awso.Import.Int64.t ]) list ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Long of Awso.Import.Int64.t ]) list ]) list ] list ]) list ]) list ] list | `Long of Awso.Import.Int64.t | `String of string ]) list ]) list ]) 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