Creates a filter using the specified finding criteria.
guardduty_create_filter(DetectorId, Name, Description, Action, Rank,
FindingCriteria, ClientToken, Tags)
[required] The unique ID of the detector of the GuardDuty account for which you want to create a filter.
[required] The name of the filter.
The description of the filter.
Specifies the action that is to be applied to the findings that match 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.
[required] Represents the criteria to be used in the filter for querying findings.
The idempotency token for the create request.
The tags to be added to a new filter resource.
svc$create_filter( DetectorId = "string", Name = "string", Description = "string", Action = "NOOP"|"ARCHIVE", Rank = 123, FindingCriteria = list( Criterion = list( list( Eq = list( "string" ), Neq = list( "string" ), Gt = 123, Gte = 123, Lt = 123, Lte = 123, Equals = list( "string" ), NotEquals = list( "string" ), GreaterThan = 123, GreaterThanOrEqual = 123, LessThan = 123, LessThanOrEqual = 123 ) ) ), ClientToken = "string", Tags = list( "string" ) )