guardduty_update_filter: Updates the filter specified by the filter name

View source: R/guardduty_operations.R

guardduty_update_filterR Documentation

Updates the filter specified by the filter name

Description

Updates the filter specified by the filter name.

See https://www.paws-r-sdk.com/docs/guardduty_update_filter/ for full documentation.

Usage

guardduty_update_filter(
  DetectorId,
  FilterName,
  Description = NULL,
  Action = NULL,
  Rank = NULL,
  FindingCriteria = NULL
)

Arguments

DetectorId

[required] The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.

FilterName

[required] The name of the filter.

Description

The description of the filter. Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses ({ }, ⁠[ ]⁠, and ⁠( )⁠), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.

[ ]: R:%20

Action

Specifies the action that is to be applied to the findings that match the filter.

Rank

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.

FindingCriteria

Represents the criteria to be used in the filter for querying findings.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.