paws.security.identity (version 0.1.0)

macie_list_s3_resources: Lists all the S3 resources associated with Amazon Macie

Description

Lists all the S3 resources associated with Amazon Macie. If memberAccountId isn't specified, the action lists the S3 resources associated with Amazon Macie for the current master account. If memberAccountId is specified, the action lists the S3 resources associated with Amazon Macie for the specified member account.

Usage

macie_list_s3_resources(memberAccountId, nextToken, maxResults)

Arguments

memberAccountId

The Amazon Macie member account ID whose associated S3 resources you want to list.

nextToken

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.

maxResults

Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.

Request syntax

svc$list_s3_resources(
  memberAccountId = "string",
  nextToken = "string",
  maxResults = 123
)