Amazon Config · JSON Structure

Config Query Arn Structure

QueryArn schema

Type: string Properties: 0
AuditingComplianceConfiguration ManagementGovernanceSecurity

QueryArn is a JSON Structure definition published by Amazon Config. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-query-arn-structure.json",
  "name": "QueryArn",
  "description": "QueryArn schema",
  "type": "string",
  "pattern": "^arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:stored-query/[a-zA-Z0-9-_]+/query-[a-zA-Z\\d-_/]+$",
  "minLength": 1,
  "maxLength": 500
}