{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-vpcendpointservicepermissions.json",
  "title": "AWSEC2VPCEndpointServicePermissionsProperties",
  "description": "Resource Type definition for AWS::EC2::VPCEndpointServicePermissions. 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-vpcendpointservicepermissions.json",
    "sourceSha256": "5fc3cedf2d4354a7fcc154c7f156b390b07da80ebe0d6c43992576fe5f6e86be"
  },
  "type": "object",
  "properties": {
    "AllowedPrincipals": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "type": "string"
      }
    },
    "ServiceId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::EC2::VPCEndpointServicePermissions",
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ServiceId"
  ],
  "required": [
    "ServiceId"
  ],
  "createOnlyProperties": [
    "/properties/ServiceId"
  ]
}
