Describes Amazon GuardDuty findings specified by finding IDs.
guardduty_get_findings(DetectorId, FindingIds, SortCriteria)
[required] The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.
[required] IDs of the findings that you want to retrieve.
Represents the criteria used for sorting findings.
svc$get_findings( DetectorId = "string", FindingIds = list( "string" ), SortCriteria = list( AttributeName = "string", OrderBy = "ASC"|"DESC" ) )