{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53resolver-resolverqueryloggingconfig.json",
  "title": "AWSRoute53ResolverResolverQueryLoggingConfigProperties",
  "description": "Resource schema for AWS::Route53Resolver::ResolverQueryLoggingConfig.. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-route53resolver-resolverqueryloggingconfig.json",
    "sourceSha256": "b0a000239c589868de5229937c827ab12faa24a2fb77507312cd9889aab4b317"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)",
          "minLength": 1,
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "ResolverQueryLogConfigName"
    },
    "DestinationArn": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 600
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "destination arn"
    }
  },
  "typeName": "AWS::Route53Resolver::ResolverQueryLoggingConfig",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "taggable": false,
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/DestinationArn"
  ],
  "readOnlyProperties": [
    "/properties/OwnerId",
    "/properties/Status",
    "/properties/ShareStatus",
    "/properties/AssociationCount",
    "/properties/Arn",
    "/properties/CreatorRequestId",
    "/properties/CreationTime",
    "/properties/Id"
  ]
}
