Amazon Config · JSON Structure

Config Put Stored Query Response Structure

PutStoredQueryResponse schema

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

QueryArn

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-put-stored-query-response-structure.json",
  "name": "PutStoredQueryResponse",
  "description": "PutStoredQueryResponse schema",
  "type": "object",
  "properties": {
    "QueryArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/QueryArn"
        },
        {
          "description": "Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id."
        }
      ]
    }
  }
}