{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53resolver-resolverconfig.json",
  "title": "AWSRoute53ResolverResolverConfigProperties",
  "description": "Resource schema for AWS::Route53Resolver::ResolverConfig.. 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-resolverconfig.json",
    "sourceSha256": "8c1108266aa2615f25948f75a649e5f996755ed48f351f026f4d77cf778219b7"
  },
  "type": "object",
  "properties": {
    "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"
    },
    "AutodefinedReverseFlag": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DISABLE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED)."
    }
  },
  "typeName": "AWS::Route53Resolver::ResolverConfig",
  "additionalProperties": false,
  "taggable": false,
  "required": [
    "ResourceId",
    "AutodefinedReverseFlag"
  ],
  "readOnlyProperties": [
    "/properties/OwnerId",
    "/properties/Id",
    "/properties/AutodefinedReverse"
  ],
  "createOnlyProperties": [
    "/properties/ResourceId",
    "/properties/AutodefinedReverseFlag"
  ],
  "primaryIdentifier": [
    "/properties/Id"
  ]
}
