List Resource Profile Detections
macie2_list_resource_profile_detections | R Documentation |
Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket¶
Description¶
Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.
Usage¶
Arguments¶
maxResults
The maximum number of items to include in each page of a paginated response.
nextToken
The nextToken string that specifies which page of results to return in a paginated response.
resourceArn
[required] The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
Value¶
A list with the following syntax:
list(
detections = list(
list(
arn = "string",
count = 123,
id = "string",
name = "string",
suppressed = TRUE|FALSE,
type = "CUSTOM"|"MANAGED"
)
),
nextToken = "string"
)