{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigatewayv2-vpclink.json",
  "title": "AWSApiGatewayV2VpcLinkProperties",
  "description": "Resource Type definition for AWS::ApiGatewayV2::VpcLink. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apigatewayv2-vpclink.json",
    "sourceSha256": "66b0bc2c2e30050182038502174db80ff6736b0751a8651ecb6dff64e4ad9972"
  },
  "type": "object",
  "properties": {
    "SubnetIds": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    },
    "SecurityGroupIds": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    },
    "Tags": {
      "type": "object",
      "description": "This resource type use map for Tags, suggest to use List of Tag",
      "additionalProperties": false,
      "patternProperties": {
        ".*": {
          "type": "string"
        }
      }
    },
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::ApiGatewayV2::VpcLink",
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": true,
    "tagProperty": "/properties/Tags"
  },
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/VpcLinkId"
  ],
  "required": [
    "SubnetIds",
    "Name"
  ],
  "createOnlyProperties": [
    "/properties/SecurityGroupIds",
    "/properties/SubnetIds"
  ],
  "primaryIdentifier": [
    "/properties/VpcLinkId"
  ]
}
