{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-vpcdhcpoptionsassociation.json",
  "title": "AWSEC2VPCDHCPOptionsAssociationProperties",
  "description": "Associates a set of DHCP options with a VPC, or associates no DHCP options with the VPC.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-vpcdhcpoptionsassociation.json",
    "sourceSha256": "6385158e13cacde478ce027fde89da4ad38649be0e7c9a0184cab9f6b707b46b"
  },
  "type": "object",
  "properties": {
    "DhcpOptionsId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the DHCP options set, or default to associate no DHCP options with the VPC."
    },
    "VpcId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the VPC."
    }
  },
  "typeName": "AWS::EC2::VPCDHCPOptionsAssociation",
  "replacementStrategy": "delete_then_create",
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2.git",
  "primaryIdentifier": [
    "/properties/DhcpOptionsId",
    "/properties/VpcId"
  ],
  "additionalProperties": false,
  "required": [
    "VpcId",
    "DhcpOptionsId"
  ],
  "taggable": false,
  "createOnlyProperties": [
    "/properties/DhcpOptionsId",
    "/properties/VpcId"
  ]
}
