Bird
0
0

Which of the following is the correct JSON field to specify the event pattern in a CloudWatch Events rule?

easy📝 Configuration Q3 of 15
AWS - CloudWatch
Which of the following is the correct JSON field to specify the event pattern in a CloudWatch Events rule?
A"EventPatternJson"
B"EventRule"
C"Pattern"
D"EventPattern"
Step-by-Step Solution
Solution:
  1. Step 1: Recall CloudWatch Events rule JSON structure

    The correct field to define the event pattern is "EventPattern".
  2. Step 2: Verify other options

    Other options are incorrect or do not exist in the rule JSON.
  3. Final Answer:

    "EventPattern" -> Option D
  4. Quick Check:

    Event pattern field = "EventPattern" [OK]
Quick Trick: Use "EventPattern" exactly to define event filters [OK]
Common Mistakes:
  • Using incorrect field names like "Pattern" or "EventRule"
  • Adding extra suffixes like "Json"

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes