{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-securitygroupegress.json",
  "title": "AWSEC2SecurityGroupEgressProperties",
  "description": "Resource Type definition for AWS::EC2::SecurityGroupEgress. 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-securitygroupegress.json",
    "sourceSha256": "6ce0a22a3169647f88ed87fe4293e1e819835462920ba0b1d6636fb3f64641bf"
  },
  "type": "object",
  "properties": {
    "CidrIp": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "CidrIpv6": {
      "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"
        }
      ]
    },
    "DestinationPrefixListId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DestinationSecurityGroupId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "FromPort": {
      "type": "integer"
    },
    "GroupId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "IpProtocol": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ToPort": {
      "type": "integer"
    }
  },
  "typeName": "AWS::EC2::SecurityGroupEgress",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "required": [
    "IpProtocol",
    "GroupId"
  ],
  "createOnlyProperties": [
    "/properties/IpProtocol",
    "/properties/DestinationSecurityGroupId",
    "/properties/ToPort",
    "/properties/CidrIp",
    "/properties/FromPort",
    "/properties/GroupId",
    "/properties/CidrIpv6",
    "/properties/DestinationPrefixListId"
  ]
}
