{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-trafficmirrorsession.json",
  "title": "AWSEC2TrafficMirrorSessionProperties",
  "description": "Resource Type definition for AWS::EC2::TrafficMirrorSession. 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-trafficmirrorsession.json",
    "sourceSha256": "d0b24167156dccbedc89b003469cd82cec3a7a62033d6b5d1c97c6cbaca8587b"
  },
  "type": "object",
  "properties": {
    "TrafficMirrorTargetId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "SessionNumber": {
      "type": "integer"
    },
    "VirtualNetworkId": {
      "type": "integer"
    },
    "PacketLength": {
      "type": "integer"
    },
    "NetworkInterfaceId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "TrafficMirrorFilterId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Tags": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::EC2::TrafficMirrorSession",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "$defs": {
    "Tag": {
      "type": "object",
      "title": "AWSEC2TrafficMirrorSessionTagDefinition",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "TrafficMirrorTargetId",
    "NetworkInterfaceId",
    "TrafficMirrorFilterId",
    "SessionNumber"
  ],
  "createOnlyProperties": [
    "/properties/NetworkInterfaceId"
  ]
}
