Specifies the action that is to be applied to the findings that match the filter
Source:R/inspector2_operations.R
inspector2_update_filter.RdSpecifies 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,
filterCriteria = NULL,
name = NULL,
filterArn,
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.
- filterCriteria
Defines the criteria to be update in the filter.
- name
The name of the filter.
- filterArn
[required] The Amazon Resource Number (ARN) of the filter to update.
- reason
The reason the filter was updated.