GetResolverQueryLogConfigAssociationResponse

GetResolverQueryLogConfigAssociationResponse schema from openapi

DNSHybrid CloudNetworking

Properties

Name Type Description
ResolverQueryLogConfigAssociation object
View JSON Schema on GitHub

JSON Schema

amazon-route53-resolver-openapi-get-resolver-query-log-config-association-response-schema.json Raw ↑
{
  "$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-association-response-schema.json",
  "title": "GetResolverQueryLogConfigAssociationResponse",
  "description": "GetResolverQueryLogConfigAssociationResponse schema from openapi",
  "type": "object",
  "properties": {
    "ResolverQueryLogConfigAssociation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResolverQueryLogConfigAssociation"
        },
        {
          "description": "Information about the Resolver query logging configuration association that you specified in a <code>GetQueryLogConfigAssociation</code> request."
        }
      ]
    }
  }
}