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 個回答
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
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南