PCCSE · Question #124
Given the following JSON query: $.resource[*].aws_s3_bucket exists Which tab is the correct place to add the JSON query when creating a Config policy?
The correct answer is E. Build Your Rule (Build tab). When creating a Config policy in Prisma Cloud, the 'Build Your Rule (Build tab)' (option E) is the correct location to enter a JSON path query such as '$.resource[*].aws_s3_bucket exists'. The Build tab provides a structured, visual interface for constructing policy rules using…
Question
Given the following JSON query:
$.resource[*].aws_s3_bucket exists Which tab is the correct place to add the JSON query when creating a Config policy?
Options
- ADetails
- BCompliance Standards
- CRemediation
- DBuild Your Rule (Run tab)
- EBuild Your Rule (Build tab)
How the community answered
(30 responses)- B7% (2)
- D3% (1)
- E90% (27)
Explanation
When creating a Config policy in Prisma Cloud, the 'Build Your Rule (Build tab)' (option E) is the correct location to enter a JSON path query such as '$.resource[*].aws_s3_bucket exists'. The Build tab provides a structured, visual interface for constructing policy rules using JSON path expressions against resource configuration data. The Run tab (option D) is used for running RQL queries interactively. The Details, Compliance Standards, and Remediation tabs serve other purposes (naming/metadata, mapping to standards, and defining remediation steps, respectively) and do not accept JSON path rule logic.
Topics
Community Discussion
No community discussion yet for this question.