{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-dhcpoptions.json",
  "title": "AWSEC2DHCPOptionsProperties",
  "description": "Resource Type definition for AWS::EC2::DHCPOptions. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-dhcpoptions.json",
    "sourceSha256": "c9c168ccb8a838392b8a534e349a0a2d49cec2b2556df56deb53477b53b9e9ca"
  },
  "type": "object",
  "properties": {
    "DomainName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "This value is used to complete unqualified DNS hostnames."
    },
    "DomainNameServers": {
      "type": "array",
      "description": "The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.",
      "uniqueItems": true,
      "items": {
        "type": "string"
      }
    },
    "NetbiosNameServers": {
      "type": "array",
      "description": "The IPv4 addresses of up to four NetBIOS name servers.",
      "uniqueItems": true,
      "items": {
        "type": "string"
      }
    },
    "NetbiosNodeType": {
      "type": "integer",
      "description": "The NetBIOS node type (1, 2, 4, or 8)."
    },
    "NtpServers": {
      "type": "array",
      "description": "The IPv4 addresses of up to four Network Time Protocol (NTP) servers.",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    },
    "Tags": {
      "type": "array",
      "description": "Any tags assigned to the DHCP options set.",
      "uniqueItems": false,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::EC2::DHCPOptions",
  "primaryIdentifier": [
    "/properties/DhcpOptionsId"
  ],
  "$defs": {
    "Tag": {
      "type": "object",
      "title": "AWSEC2DHCPOptionsTagDefinition",
      "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"
            }
          ]
        },
        "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"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "readOnlyProperties": [
    "/properties/DhcpOptionsId"
  ],
  "additionalProperties": false,
  "taggable": true,
  "createOnlyProperties": [
    "/properties/NetbiosNameServers",
    "/properties/NetbiosNodeType",
    "/properties/NtpServers",
    "/properties/DomainName",
    "/properties/DomainNameServers"
  ]
}
