{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-opensearchserverless-vpcendpoint.json",
  "title": "AWSOpenSearchServerlessVpcEndpointProperties",
  "description": "Amazon OpenSearchServerless vpc endpoint resource. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-opensearchserverless-vpcendpoint.json",
    "sourceSha256": "b9d73b1b39c111b691b85d01a86232decde857a81ac636d6fb3673746fd11140"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 32,
          "minLength": 3,
          "pattern": "^[a-z][a-z0-9-]{2,31}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the VPC Endpoint"
    },
    "SecurityGroupIds": {
      "type": "array",
      "insertionOrder": false,
      "items": {
        "type": "string",
        "maxLength": 128,
        "minLength": 1,
        "pattern": "^[\\w+\\-]+$"
      },
      "maxItems": 5,
      "minItems": 1,
      "description": "The ID of one or more security groups to associate with the endpoint network interface"
    },
    "SubnetIds": {
      "type": "array",
      "insertionOrder": false,
      "items": {
        "type": "string",
        "maxLength": 32,
        "minLength": 1,
        "pattern": "^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"
      },
      "maxItems": 6,
      "minItems": 1,
      "description": "The ID of one or more subnets in which to create an endpoint network interface"
    },
    "VpcId": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 255,
          "minLength": 1,
          "pattern": "^vpc-[0-9a-z]*$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the VPC in which the endpoint will be used."
    }
  },
  "typeName": "AWS::OpenSearchServerless::VpcEndpoint",
  "additionalProperties": false,
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "additionalIdentifiers": [
    [
      "/properties/Name"
    ]
  ],
  "required": [
    "Name",
    "VpcId",
    "SubnetIds"
  ],
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/VpcId"
  ],
  "primaryIdentifier": [
    "/properties/Id"
  ]
}
