inspector2_create_filter {paws.security.identity} | R Documentation |
Creates a filter resource using specified filter criteria
Description
Creates a filter resource using specified filter criteria. When the filter action is set to SUPPRESS
this action creates a suppression rule.
See https://www.paws-r-sdk.com/docs/inspector2_create_filter/ for full documentation.
Usage
inspector2_create_filter(
action,
description = NULL,
filterCriteria,
name,
reason = NULL,
tags = NULL
)
Arguments
action |
[required] Defines the action that is to be applied to the findings that match the filter. |
description |
A description of the filter. |
filterCriteria |
[required] Defines the criteria to be used in the filter for querying findings. |
name |
[required] The name of the filter. Minimum length of 3. Maximum length of 64. Valid characters include alphanumeric characters, dot (.), underscore (_), and dash (-). Spaces are not allowed. |
reason |
The reason for creating the filter. |
tags |
A list of tags for the filter. |
[Package paws.security.identity version 0.6.1 Index]