{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-networkinterfacepermission.json",
  "title": "AWSEC2NetworkInterfacePermissionProperties",
  "description": "Resource Type definition for AWS::EC2::NetworkInterfacePermission. 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-networkinterfacepermission.json",
    "sourceSha256": "c5032c9a7d2e0ce61cb2a2f1d2432adc919379842548ce35f07e5371ac82319f"
  },
  "type": "object",
  "properties": {
    "AwsAccountId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "NetworkInterfaceId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Permission": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::EC2::NetworkInterfacePermission",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "required": [
    "AwsAccountId",
    "NetworkInterfaceId",
    "Permission"
  ],
  "createOnlyProperties": [
    "/properties/AwsAccountId",
    "/properties/Permission",
    "/properties/NetworkInterfaceId"
  ]
}
