Updates the filter specified by the filter name.
guardduty_update_filter(Action, Description, DetectorId, FilterName,
FindingCriteria, Rank)
Specifies the action that is to be applied to the findings that match the filter.
The description of the filter.
[required] The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
[required] The name of the filter.
Represents the criteria to be used in the filter for querying findings.
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$update_filter( Action = "NOOP"|"ARCHIVE", Description = "string", DetectorId = "string", FilterName = "string", FindingCriteria = list( Criterion = list( list( Eq = list( "string" ), Gt = 123, Gte = 123, Lt = 123, Lte = 123, Neq = list( "string" ) ) ) ), Rank = 123 )