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 ?

Saru
已提问 10 个月前295 查看次数
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
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则