{
  "typeName" : "AWS::EC2::SecurityGroupEgress",
  "description" : "Resource Type definition for AWS::EC2::SecurityGroupEgress",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "CidrIp" : {
      "type" : "string"
    },
    "CidrIpv6" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "DestinationPrefixListId" : {
      "type" : "string"
    },
    "DestinationSecurityGroupId" : {
      "type" : "string"
    },
    "FromPort" : {
      "type" : "integer"
    },
    "GroupId" : {
      "type" : "string"
    },
    "IpProtocol" : {
      "type" : "string"
    },
    "ToPort" : {
      "type" : "integer"
    }
  },
  "required" : [ "IpProtocol", "GroupId" ],
  "createOnlyProperties" : [ "/properties/IpProtocol", "/properties/DestinationSecurityGroupId", "/properties/ToPort", "/properties/CidrIp", "/properties/FromPort", "/properties/GroupId", "/properties/CidrIpv6", "/properties/DestinationPrefixListId" ],
  "readOnlyProperties" : [ "/properties/Id" ],
  "primaryIdentifier" : [ "/properties/Id" ]
}