GetResolverQueryLogConfigPolicyRequest schema from openapi
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-get-resolver-query-log-config-policy-request-schema.json", "title": "GetResolverQueryLogConfigPolicyRequest", "description": "GetResolverQueryLogConfigPolicyRequest schema from openapi", "type": "object", "properties": { "Arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The ARN of the query logging configuration that you want to get the query logging policy for." } ] } }, "required": [ "Arn" ] }