Bird
0
0

Which JSON key is mandatory to specify the widget type in a CloudWatch dashboard configuration?

easy📝 Syntax Q3 of 15
AWS - CloudWatch
Which JSON key is mandatory to specify the widget type in a CloudWatch dashboard configuration?
A"widgetType"
B"type"
C"widget_class"
D"kind"
Step-by-Step Solution
Solution:
  1. Step 1: Recall CloudWatch widget JSON structure

    The key to define widget type is "type" in the JSON configuration.
  2. Step 2: Validate other keys

    Other keys like "widgetType", "widget_class", or "kind" are not used in CloudWatch dashboard JSON.
  3. Final Answer:

    "type" -> Option B
  4. Quick Check:

    Widget type key = "type" [OK]
Quick Trick: Use "type" key to set widget type in JSON [OK]
Common Mistakes:
MISTAKES
  • Using incorrect keys like widgetType
  • Confusing with other JSON formats

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes