Lists all the S3 resources associated with Amazon Macie Classic. If memberAccountId isn't specified, the action lists the S3 resources associated with Amazon Macie Classic for the current master account. If memberAccountId is specified, the action lists the S3 resources associated with Amazon Macie Classic for the specified member account.
macie_list_s3_resources(memberAccountId, nextToken, maxResults)
A list with the following syntax:
list(
s3Resources = list(
list(
bucketName = "string",
prefix = "string",
classificationType = list(
oneTime = "FULL"|"NONE",
continuous = "FULL"
)
)
),
nextToken = "string"
)
The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
Use this parameter when paginating results. Set its value to null on your first call to the ListS3Resources action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
svc$list_s3_resources(
memberAccountId = "string",
nextToken = "string",
maxResults = 123
)