inspector2_update_filter: Specifies the action that is to be applied to the findings...

View source: R/inspector2_operations.R

inspector2_update_filterR 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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.