{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-vpccidrblock.json",
  "title": "AWSEC2VPCCidrBlockProperties",
  "description": "Resource Type definition for AWS::EC2::VPCCidrBlock. 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-vpccidrblock.json",
    "sourceSha256": "82a91912720ec11886fd0205a25a79c6e28b712dcf3db8667abea6055ce8f4af"
  },
  "type": "object",
  "properties": {
    "Ipv6NetmaskLength": {
      "type": "integer"
    },
    "Ipv6IpamPoolId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "VpcId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Ipv4NetmaskLength": {
      "type": "integer"
    },
    "CidrBlock": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Ipv4IpamPoolId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Ipv6Pool": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Ipv6CidrBlock": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "AmazonProvidedIpv6CidrBlock": {
      "type": "boolean"
    }
  },
  "typeName": "AWS::EC2::VPCCidrBlock",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "VpcId"
  ],
  "createOnlyProperties": [
    "/properties/Ipv6Pool",
    "/properties/VpcId",
    "/properties/Ipv4IpamPoolId",
    "/properties/AmazonProvidedIpv6CidrBlock",
    "/properties/Ipv6CidrBlock",
    "/properties/Ipv6NetmaskLength",
    "/properties/Ipv4NetmaskLength",
    "/properties/Ipv6IpamPoolId",
    "/properties/CidrBlock"
  ]
}
