AWS Certified SysOps Administrator – Associate (legacy) — Question 760
The Statement element, of an AWS IAM policy, contains an array of individual statements. Each individual statement is a(n) ______ block enclosed in braces { }.
Answer options
- A. JSON
- B. AJAX
- C. JavaScript
- D. jQuery
Correct answer: A
Explanation
AWS IAM policies are authored using the JSON (JavaScript Object Notation) format, meaning each statement in the Statement array is a JSON object enclosed in curly braces. AJAX, JavaScript, and jQuery are web development languages or techniques and are not the data format used to define AWS access permissions.