Module Values.AwsSecurityFindingIdentifierSource

Identifies which finding to get the finding history for.

Sourcetype nonrec t = {
  1. id : NonEmptyString.t;
    (*

    The identifier of the finding that was specified by the finding provider.

    *)
  2. productArn : NonEmptyString.t;
    (*

    The ARN generated by Security Hub CSPM that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub CSPM, or the ARN for a custom integration.

    *)
}
Sourceval context_ : string
Sourceval make : id:NonEmptyString.t -> productArn:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.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