{
  "typeName" : "AWS::EC2::SecurityGroupIngress",
  "description" : "Resource Type definition for AWS::EC2::SecurityGroupIngress",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "CidrIp" : {
      "type" : "string"
    },
    "CidrIpv6" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "FromPort" : {
      "type" : "integer"
    },
    "GroupId" : {
      "type" : "string"
    },
    "GroupName" : {
      "type" : "string"
    },
    "IpProtocol" : {
      "type" : "string"
    },
    "SourcePrefixListId" : {
      "type" : "string"
    },
    "SourceSecurityGroupId" : {
      "type" : "string"
    },
    "SourceSecurityGroupName" : {
      "type" : "string"
    },
    "SourceSecurityGroupOwnerId" : {
      "type" : "string"
    },
    "ToPort" : {
      "type" : "integer"
    }
  },
  "required" : [ "IpProtocol" ],
  "createOnlyProperties" : [ "/properties/GroupName", "/properties/IpProtocol", "/properties/SourceSecurityGroupId", "/properties/SourcePrefixListId", "/properties/ToPort", "/properties/CidrIp", "/properties/SourceSecurityGroupName", "/properties/SourceSecurityGroupOwnerId", "/properties/FromPort", "/properties/GroupId", "/properties/CidrIpv6" ],
  "readOnlyProperties" : [ "/properties/Id" ],
  "primaryIdentifier" : [ "/properties/Id" ]
}