v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492542448.2 KB

Used by an Lambda function to deliver evaluation results to Config. This action is required in every Lambda function that is invoked by an Config rule.

post/#X-Amz-Target=StarlingDoveService.PutEvaluations

Headers

X-Amz-Target'StarlingDoveService.PutEvaluations' required

Request body

ResultTokenstring required

An encrypted token that associates an evaluation with an Config rule. Identifies the rule and the event that triggered the evaluation.

TestModeboolean
<p>Use this parameter to specify a test run for <code>PutEvaluations</code>. 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.</p> <note> <p>When <code>TestMode</code> is <code>true</code>, <code>PutEvaluations</code> doesn't require a valid value for the <code>ResultToken</code> parameter, but the value cannot be null.</p> </note>

Response

Success