Batch import findings - max number of AwsSecurityFinding objects

0

I noticed BatchImportFindings returns an error if i try to send more than 100 objects.
I am trying to find a reference to that value in the AWS SDK and can't find any, is it missing?
If not, can anyone point me to documentation about that value?

Thank you.

mvaitl
asked 5 years ago219 views
3 Answers
0
Accepted Answer

Hello,

Thank you for your question. The maximum number of findings you can send using the BatchImportFindings API is 100 findings.

I hope this answers your question.
Thanks

AWS
answered 5 years ago
0

I know the limit is 100, what i am looking for is some kind of documentation for that value, can you point me to that?

Also, what are the other limits for the fields? I also encountered an error for a description larger than 1kb, is that documented somewhere?

Edited by: mvaitl on Oct 3, 2019 12:33 AM

mvaitl
answered 5 years ago
0

The BatchImportFindings documentation doesn't describe the 100 findings limit, thanks for bring this to our attention, we will be updating the documentation.
The maximum characters length for the description field is 1,024, where each character is 8bits (1 byte), 1024 characters is equivalent to 1kb that is allowed in the filed.

AWS
answered 5 years 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