Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Associate Resolver Query Log Config Response Structure

AssociateResolverQueryLogConfigResponse schema from openapi

Type: object Properties: 1
DNSHybrid CloudNetworking

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

Properties

ResolverQueryLogConfigAssociation

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-associate-resolver-query-log-config-response-structure.json",
  "description": "AssociateResolverQueryLogConfigResponse schema from openapi",
  "type": "object",
  "properties": {
    "ResolverQueryLogConfigAssociation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResolverQueryLogConfigAssociation"
        },
        {
          "description": "A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration."
        }
      ]
    }
  },
  "name": "AssociateResolverQueryLogConfigResponse"
}