{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-ipamresourcediscovery.json",
  "title": "AWSEC2IPAMResourceDiscoveryProperties",
  "description": "Resource Schema of AWS::EC2::IPAMResourceDiscovery Type. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ipam.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-ipamresourcediscovery.json",
    "sourceSha256": "ff6a82554aef65ea5877ff60ff285a9c044895e28f48638eb79dd3a4ed0c136f"
  },
  "type": "object",
  "properties": {
    "OperatingRegions": {
      "description": "The regions Resource Discovery is enabled for. Allows resource discoveries to be created in these regions, as well as enabling monitoring",
      "type": "array",
      "uniqueItems": true,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/IpamOperatingRegion"
      }
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Tags": {
      "description": "An array of key-value pairs to apply to this resource.",
      "type": "array",
      "uniqueItems": true,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::EC2::IPAMResourceDiscovery",
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": false,
    "tagProperty": "/properties/Tags"
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ipam.git",
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/IpamResourceDiscoveryId",
    "/properties/IpamResourceDiscoveryArn",
    "/properties/OwnerId",
    "/properties/IpamResourceDiscoveryRegion",
    "/properties/IsDefault",
    "/properties/State"
  ],
  "$defs": {
    "IpamOperatingRegion": {
      "description": "The regions IPAM Resource Discovery is enabled for. Allows for monitoring.",
      "type": "object",
      "properties": {
        "RegionName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The name of the region."
        }
      },
      "required": [
        "RegionName"
      ],
      "title": "AWSEC2IPAMResourceDiscoveryIpamOperatingRegionDefinition",
      "additionalProperties": false
    },
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -."
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -."
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSEC2IPAMResourceDiscoveryTagDefinition",
      "additionalProperties": false
    }
  },
  "propertyTransform": {},
  "required": [],
  "primaryIdentifier": [
    "/properties/IpamResourceDiscoveryId"
  ]
}
