View source: R/guardduty_operations.R
guardduty_create_filter | R Documentation |
Creates a filter using the specified finding criteria. The maximum number of saved filters per Amazon Web Services account per Region is 100. For more information, see Quotas for GuardDuty.
See https://www.paws-r-sdk.com/docs/guardduty_create_filter/ for full documentation.
guardduty_create_filter(
DetectorId,
Name,
Description = NULL,
Action = NULL,
Rank = NULL,
FindingCriteria,
ClientToken = NULL,
Tags = NULL
)
DetectorId |
[required] The ID of the detector belonging to the GuardDuty account that you want to create a filter for. |
Name |
[required] The name of the filter. Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character. |
Description |
The description of the filter. Valid characters include alphanumeric
characters, and special characters such as hyphen, period, colon,
underscore, parentheses ( [ ]: 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 |
[required] Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings:
|
ClientToken |
The idempotency token for the create request. |
Tags |
The tags to be added to a new filter resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.