Get macie findings with macie job id.

0

I have created a classification job with buckets I want. now i need to retreive the job id of the job and the findings of the job. how to do it in python boto3 ?

1 Answer
0

Not sure if I fully understand your request, but sounds like you're searching for a combination of list_classification_jobs and, describe_classification_job and get_findings.

This Github project might contain what you are searching for, specifically the AWS Lambda functions. The corresponding blog post can be found here.

profile pictureAWS
Michael
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions