inspector2_update_filter {paws.security.identity} | R Documentation |
Specifies the action that is to be applied to the findings that match the filter
Description
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.
Usage
inspector2_update_filter(
action = NULL,
description = NULL,
filterArn,
filterCriteria = NULL,
name = NULL,
reason = NULL
)
Arguments
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. |
[Package paws.security.identity version 0.7.0 Index]