list_s3_resources

Macie.Client.list_s3_resources(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.list_s3_resources(
    memberAccountId='string',
    nextToken='string',
    maxResults=123
)
Parameters
  • memberAccountId (string) -- (Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
  • nextToken (string) -- (Discontinued) 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 (integer) -- (Discontinued) Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
Return type

dict

Returns

Response Syntax

{
    's3Resources': [
        {
            'bucketName': 'string',
            'prefix': 'string',
            'classificationType': {
                'oneTime': 'FULL'|'NONE',
                'continuous': 'FULL'
            }
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • s3Resources (list) --

      (Discontinued) A list of the associated S3 resources returned by the action.

      • (dict) --

        (Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.

        • bucketName (string) --

          (Discontinued) The name of the S3 bucket that you want to associate with Amazon Macie Classic.

        • prefix (string) --

          (Discontinued) The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.

        • classificationType (dict) --

          (Discontinued) The classification type that you want to specify for the resource associated with Amazon Macie Classic.

          • oneTime (string) --

            (Discontinued) A one-time classification of all of the existing objects in a specified S3 bucket.

          • continuous (string) --

            (Discontinued) A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.

    • nextToken (string) --

      (Discontinued) When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

Exceptions

  • Macie.Client.exceptions.InvalidInputException
  • Macie.Client.exceptions.AccessDeniedException
  • Macie.Client.exceptions.InternalException