Get Classification Scope
macie2_get_classification_scope | R Documentation |
Retrieves the classification scope settings for an account¶
Description¶
Retrieves the classification scope settings for an account.
Usage¶
Arguments¶
id
[required] The unique identifier for the Amazon Macie resource that the request applies to.
Value¶
A list with the following syntax:
list(
id = "string",
name = "string",
s3 = list(
excludes = list(
bucketNames = list(
"string"
)
)
)
)