curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Evaluations": [],
"ResultToken": "string",
"TestMode": true
}'
{
"FailedEvaluations": []
}
Evaluation
data type, Config supports only the COMPLIANT
, NON_COMPLIANT
, and NOT_APPLICABLE
values. Config does not support the INSUFFICIENT_DATA
value for this data type.INSUFFICIENT_DATA
as the value for ComplianceType
from a PutEvaluations
request. For example, an Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA
value to Config.PutEvaluations
. You can verify whether your Lambda function will deliver evaluation results to Config. No updates occur to your existing evaluations, and evaluation results are not sent to Config.Evaluation
data type, Config supports only the COMPLIANT
, NON_COMPLIANT
, and NOT_APPLICABLE
values. Config does not support the INSUFFICIENT_DATA
value for this data type.INSUFFICIENT_DATA
as the value for ComplianceType
from a PutEvaluations
request. For example, an Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA
value to Config.