DisassociateResolverQueryLogConfigRequest

DisassociateResolverQueryLogConfigRequest schema from openapi

DNSHybrid CloudNetworking

Properties

Name Type Description
ResolverQueryLogConfigId object
ResourceId object
View JSON Schema on GitHub

JSON Schema

amazon-route53-resolver-openapi-disassociate-resolver-query-log-config-request-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-disassociate-resolver-query-log-config-request-schema.json",
  "title": "DisassociateResolverQueryLogConfigRequest",
  "description": "DisassociateResolverQueryLogConfigRequest schema from openapi",
  "type": "object",
  "properties": {
    "ResolverQueryLogConfigId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The ID of the query logging configuration that you want to disassociate a specified VPC from."
        }
      ]
    },
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration."
        }
      ]
    }
  },
  "required": [
    "ResolverQueryLogConfigId",
    "ResourceId"
  ]
}