Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Get Resolver Query Log Config Request Structure

GetResolverQueryLogConfigRequest schema from openapi

Type: object Properties: 1 Required: 1
DNSHybrid CloudNetworking

GetResolverQueryLogConfigRequest is a JSON Structure definition published by Amazon Route 53 Resolver, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResolverQueryLogConfigId

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-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-get-resolver-query-log-config-request-structure.json",
  "description": "GetResolverQueryLogConfigRequest schema from openapi",
  "type": "object",
  "properties": {
    "ResolverQueryLogConfigId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The ID of the Resolver query logging configuration that you want to get information about."
        }
      ]
    }
  },
  "required": [
    "ResolverQueryLogConfigId"
  ],
  "name": "GetResolverQueryLogConfigRequest"
}