inspector2_create_filter: Creates a filter resource using specified filter criteria

View source: R/inspector2_operations.R

inspector2_create_filterR Documentation

Creates a filter resource using specified filter criteria

Description

Creates a filter resource using specified filter criteria.

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.


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