{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53-cidrcollection.json",
  "title": "AWSRoute53CidrCollectionProperties",
  "description": "Resource schema for AWS::Route53::CidrCollection.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-route53-cidrcollection.json",
    "sourceSha256": "082ead5316ca36d2e6ff2428ba473ff77da0a1de83dc3c7dd6995cbb352c002c"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[0-9A-Za-z_\\-]+$",
          "minLength": 1,
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A unique name for the CIDR collection."
    },
    "Locations": {
      "description": "A complex type that contains information about the list of CIDR locations.",
      "type": "array",
      "uniqueItems": true,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Location"
      }
    }
  },
  "typeName": "AWS::Route53::CidrCollection",
  "tagging": {
    "taggable": false,
    "tagUpdatable": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "$defs": {
    "Location": {
      "type": "object",
      "title": "AWSRoute53CidrCollectionLocationDefinition",
      "properties": {
        "LocationName": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 16
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The name of the location that is associated with the CIDR collection."
        },
        "CidrList": {
          "description": "A list of CIDR blocks.",
          "type": "array",
          "uniqueItems": true,
          "insertionOrder": false,
          "items": {
            "type": "string"
          }
        }
      },
      "required": [
        "LocationName",
        "CidrList"
      ],
      "additionalProperties": false
    }
  },
  "createOnlyProperties": [
    "/properties/Name"
  ],
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/Arn"
  ],
  "required": [
    "Name"
  ]
}
