inspector2_list_cis_scans: Returns a CIS scan list

View source: R/inspector2_operations.R

inspector2_list_cis_scansR Documentation

Returns a CIS scan list

Description

Returns a CIS scan list.

See https://www.paws-r-sdk.com/docs/inspector2_list_cis_scans/ for full documentation.

Usage

inspector2_list_cis_scans(
  filterCriteria = NULL,
  detailLevel = NULL,
  sortBy = NULL,
  sortOrder = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

filterCriteria

The CIS scan filter criteria.

detailLevel

The detail applied to the CIS scan.

sortBy

The CIS scans sort by order.

sortOrder

The CIS scans sort order.

nextToken

The pagination token from a previous request that's used to retrieve the next page of results.

maxResults

The maximum number of results to be returned.


paws.security.identity documentation built on May 31, 2026, 9:07 a.m.