AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 181

When an AWS Config rule is triggered a JSON object known as an AWS Config Event is created. This object contains another JSON string in its ____ parameter, which describes the event that triggered the rule.

Answer options

Correct answer: C

Explanation

The correct answer is C, invokingEvent, as it specifically contains information about the event that triggered the AWS Config rule. The other options do not hold this event-related data; resultToken is used for maintaining state, eventLeftScope indicates a resource has left the scope of the rule, and configRuleName identifies the rule itself, not the triggering event.