{
  "typeName" : "AWS::MediaLive::InputSecurityGroup",
  "description" : "Resource Type definition for AWS::MediaLive::InputSecurityGroup",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "Arn" : {
      "type" : "string"
    },
    "WhitelistRules" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/InputWhitelistRuleCidr"
      }
    },
    "Tags" : {
      "type" : "object"
    }
  },
  "definitions" : {
    "InputWhitelistRuleCidr" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Cidr" : {
          "type" : "string"
        }
      }
    }
  },
  "readOnlyProperties" : [ "/properties/Arn", "/properties/Id" ],
  "primaryIdentifier" : [ "/properties/Id" ]
}