macie2_update_resource_profile_detections {paws.security.identity} | R Documentation |
Updates the sensitivity scoring settings for an S3 bucket
Description
Updates the sensitivity scoring settings for an S3 bucket.
See https://www.paws-r-sdk.com/docs/macie2_update_resource_profile_detections/ for full documentation.
Usage
macie2_update_resource_profile_detections(
resourceArn,
suppressDataIdentifiers = NULL
)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the S3 bucket that the request applies to. |
suppressDataIdentifiers |
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array. |
[Package paws.security.identity version 0.6.1 Index]