View source: R/inspector2_operations.R
inspector2_update_filter | R Documentation |
Specifies the action that is to be applied to the findings that match the filter.
See https://www.paws-r-sdk.com/docs/inspector2_update_filter/ for full documentation.
inspector2_update_filter(
action = NULL,
description = NULL,
filterArn,
filterCriteria = NULL,
name = NULL,
reason = NULL
)
action |
Specifies the action that is to be applied to the findings that match the filter. |
description |
A description of the filter. |
filterArn |
[required] The Amazon Resource Number (ARN) of the filter to update. |
filterCriteria |
Defines the criteria to be update in the filter. |
name |
The name of the filter. |
reason |
The reason the filter was updated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.