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.