Update Classification Scope
| macie2_update_classification_scope | R Documentation | 
Updates the classification scope settings for an account¶
Description¶
Updates the classification scope settings for an account.
Usage¶
macie2_update_classification_scope(id, s3)
Arguments¶
| id | [required] The unique identifier for the Amazon Macie resource that the request applies to. | 
| s3 | The S3 buckets to add or remove from the exclusion list defined by the classification scope. | 
Value¶
An empty list.
Request syntax¶
svc$update_classification_scope(
  id = "string",
  s3 = list(
    excludes = list(
      bucketNames = list(
        "string"
      ),
      operation = "ADD"|"REPLACE"|"REMOVE"
    )
  )
)