{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53resolver-resolverqueryloggingconfigassociation.json",
  "title": "AWSRoute53ResolverResolverQueryLoggingConfigAssociationProperties",
  "description": "Resource schema for AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation.. 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-resolverqueryloggingconfigassociation.json",
    "sourceSha256": "eb2ced7c5bf385647a05b37237c814868f632e591a1ae1cc7db991c6d6004053"
  },
  "type": "object",
  "properties": {
    "ResolverQueryLogConfigId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "ResolverQueryLogConfigId"
    },
    "ResourceId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "ResourceId"
    }
  },
  "typeName": "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Status",
    "/properties/Error",
    "/properties/ErrorMessage",
    "/properties/CreationTime",
    "/properties/Id"
  ],
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "createOnlyProperties": [
    "/properties/ResolverQueryLogConfigId",
    "/properties/ResourceId"
  ]
}
