Open
Description
Describe the issue
No examples of filtering, here is one I would have found useful
{
DetectorId: _detectorId,
FindingCriteria: {
Criterion: {
"type": {
"Eq":["Object:S3/MaliciousFile"]
}
}
}
```
### Links
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/ListFindingsCommand/