Values.FilePathsSourceProvides information about the file paths that were affected by the threat.
type nonrec t = {filePath : NonEmptyString.t option;Path to the infected or suspicious file on the resource it was detected on. Length Constraints: Minimum of 1 length. Maximum of 128 length.
*)fileName : NonEmptyString.t option;The name of the infected or suspicious file corresponding to the hash. Length Constraints: Minimum of 1 length. Maximum of 128 length.
*)resourceId : NonEmptyString.t option;The Amazon Resource Name (ARN) of the resource on which the threat was detected. Length Constraints: Minimum of 1 length. Maximum of 128 length.
*)hash : NonEmptyString.t option;The hash value for the infected or suspicious file. Length Constraints: Minimum of 1 length. Maximum of 128 length.
*)}