Creates a filter using the specified finding criteria.
guardduty_create_filter(Action, ClientToken, Description, DetectorId,
FindingCriteria, Name, Rank)
Specifies the action that is to be applied to the findings that match the filter.
The idempotency token for the create request.
The description of the filter.
[required] The unique ID of the detector that you want to update.
[required] Represents the criteria to be used in the filter for querying findings.
[required] The name of the filter.
Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.
svc$create_filter( Action = "NOOP"|"ARCHIVE", ClientToken = "string", Description = "string", DetectorId = "string", FindingCriteria = list( Criterion = list( list( Eq = list( "string" ), Gt = 123, Gte = 123, Lt = 123, Lte = 123, Neq = list( "string" ) ) ) ), Name = "string", Rank = 123 )