Amazon MediaLive · JSON Structure

Medialive Api Input Whitelist Rule Structure

Whitelist rule

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

InputWhitelistRule is a JSON Structure definition published by Amazon MediaLive, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Cidr

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-input-whitelist-rule-structure.json",
  "name": "InputWhitelistRule",
  "type": "object",
  "description": "Whitelist rule",
  "properties": {
    "Cidr": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "cidr"
          },
          "description": "The IPv4 CIDR that's whitelisted."
        }
      ]
    }
  }
}