Update Resource Profile Detections
macie2_update_resource_profile_detections | R Documentation |
Updates the sensitivity scoring settings for an S3 bucket¶
Description¶
Updates the sensitivity scoring settings for an S3 bucket.
Usage¶
macie2_update_resource_profile_detections(resourceArn,
suppressDataIdentifiers)
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 a type of sensitive data to exclude from the bucket's score. To include all sensitive data types in the score, don't specify any values for this array. |
Value¶
An empty list.
Request syntax¶
svc$update_resource_profile_detections(
resourceArn = "string",
suppressDataIdentifiers = list(
list(
id = "string",
type = "CUSTOM"|"MANAGED"
)
)
)