macie2_search_resources {paws.security.identity} | R Documentation |
Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes
Description
Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes.
See https://www.paws-r-sdk.com/docs/macie2_search_resources/ for full documentation.
Usage
macie2_search_resources(
bucketCriteria = NULL,
maxResults = NULL,
nextToken = NULL,
sortCriteria = NULL
)
Arguments
bucketCriteria |
The filter conditions that determine which S3 buckets to include or exclude from the query results. |
maxResults |
The maximum number of items to include in each page of the response. The default value is 50. |
nextToken |
The nextToken string that specifies which page of results to return in a paginated response. |
sortCriteria |
The criteria to use to sort the results. |
[Package paws.security.identity version 0.6.1 Index]