Source

The settings for the source of the flow.

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
DataTransferSubscriberFeePercent object
Decryption object
Description object
EntitlementArn object
IngestIp object
IngestPort object
MediaStreamSourceConfigurations object
Name object
SenderControlPort object
SenderIpAddress object
SourceArn object
Transport object
VpcInterfaceName object
WhitelistCidr object
GatewayBridgeSource object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-source-schema.json",
  "title": "Source",
  "description": "The settings for the source of the flow.",
  "type": "object",
  "properties": {
    "DataTransferSubscriberFeePercent": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "dataTransferSubscriberFeePercent"
          },
          "description": "Percentage from 0-100 of the data transfer cost to be billed to the subscriber."
        }
      ]
    },
    "Decryption": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Encryption"
        },
        {
          "xml": {
            "name": "decryption"
          },
          "description": "The type of encryption that is used on the content ingested from this source."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account."
        }
      ]
    },
    "EntitlementArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "entitlementArn"
          },
          "description": "The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow."
        }
      ]
    },
    "IngestIp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "ingestIp"
          },
          "description": "The IP address that the flow will be listening on for incoming content."
        }
      ]
    },
    "IngestPort": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "ingestPort"
          },
          "description": "The port that the flow will be listening on for incoming content."
        }
      ]
    },
    "MediaStreamSourceConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfMediaStreamSourceConfiguration"
        },
        {
          "xml": {
            "name": "mediaStreamSourceConfigurations"
          },
          "description": "The media streams that are associated with the source, and the parameters for those associations."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the source."
        }
      ]
    },
    "SenderControlPort": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "senderControlPort"
          },
          "description": "The port that the flow uses to send outbound requests to initiate connection with the sender."
        }
      ]
    },
    "SenderIpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "senderIpAddress"
          },
          "description": "The IP address that the flow communicates with to initiate connection with the sender."
        }
      ]
    },
    "SourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "sourceArn"
          },
          "description": "The ARN of the source."
        }
      ]
    },
    "Transport": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Transport"
        },
        {
          "xml": {
            "name": "transport"
          },
          "description": "Attributes related to the transport stream that are used in the source."
        }
      ]
    },
    "VpcInterfaceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "vpcInterfaceName"
          },
          "description": "The name of the VPC interface that is used for this source."
        }
      ]
    },
    "WhitelistCidr": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "whitelistCidr"
          },
          "description": "The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16."
        }
      ]
    },
    "GatewayBridgeSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GatewayBridgeSource"
        },
        {
          "xml": {
            "name": "gatewayBridgeSource"
          },
          "description": "The source configuration for cloud flows receiving a stream from a bridge."
        }
      ]
    }
  },
  "required": [
    "Name",
    "SourceArn"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediaconnect-api-source"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.