AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 107
When an AWS Config rule is triggered a JSON object known as an AWS Config Event is created. This object contains a(n) ____ attribute, which is a JSON- formatted set of key/value pairs the receiving AWS Lambda function processes as part of its evaluation logic.
Answer options
- A. inputParameters
- B. invokingEvent
- C. ruleConfiguration
- D. mappingTemplate
Correct answer: A
Explanation
The correct answer is A, inputParameters, as it contains the necessary key/value pairs for the Lambda function to process during evaluation. The other options are incorrect because invokingEvent refers to the event that triggers the rule, ruleConfiguration pertains to the rule's settings, and mappingTemplate is related to data transformation, not the evaluation inputs.