Amazon MediaLive · JSON Structure

Medialive Api Channel Egress Endpoint Structure

Placeholder documentation for ChannelEgressEndpoint

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

ChannelEgressEndpoint 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

SourceIp

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-channel-egress-endpoint-structure.json",
  "name": "ChannelEgressEndpoint",
  "type": "object",
  "description": "Placeholder documentation for ChannelEgressEndpoint",
  "properties": {
    "SourceIp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "sourceIp"
          },
          "description": "Public IP of where a channel's output comes from"
        }
      ]
    }
  }
}