Amazon MediaTailor · Schema
Channel
The configuration parameters for a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| Arn | object | |
| ChannelName | object | |
| ChannelState | object | |
| CreationTime | object | |
| FillerSlate | object | |
| LastModifiedTime | object | |
| LogConfiguration | object | |
| Outputs | object | |
| PlaybackMode | object | |
| Tags | object | |
| Tier | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-channel-schema.json",
"title": "Channel",
"description": "The configuration parameters for a channel. For information about MediaTailor channels, see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html\">Working with channels</a> in the <i>MediaTailor User Guide</i>.",
"type": "object",
"properties": {
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The ARN of the channel."
}
]
},
"ChannelName": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The name of the channel."
}
]
},
"ChannelState": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "Returns the state whether the channel is running or not."
}
]
},
"CreationTime": {
"allOf": [
{
"$ref": "#/components/schemas/__timestampUnix"
},
{
"description": "The timestamp of when the channel was created."
}
]
},
"FillerSlate": {
"allOf": [
{
"$ref": "#/components/schemas/SlateSource"
},
{
"description": "The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the <code>LINEAR</code> <code>PlaybackMode</code>. MediaTailor doesn't support filler slate for channels using the <code>LOOP</code> <code>PlaybackMode</code>."
}
]
},
"LastModifiedTime": {
"allOf": [
{
"$ref": "#/components/schemas/__timestampUnix"
},
{
"description": "The timestamp of when the channel was last modified."
}
]
},
"LogConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/LogConfigurationForChannel"
},
{
"description": "The log configuration."
}
]
},
"Outputs": {
"allOf": [
{
"$ref": "#/components/schemas/ResponseOutputs"
},
{
"description": "The channel's output properties."
}
]
},
"PlaybackMode": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "<p>The type of playback mode for this channel.</p> <p> <code>LINEAR</code> - Programs play back-to-back only once.</p> <p> <code>LOOP</code> - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.</p>"
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/__mapOf__string"
},
{
"xml": {
"name": "tags"
},
"description": "The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html\">Tagging AWS Elemental MediaTailor Resources</a>."
}
]
},
"Tier": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The tier for this channel. STANDARD tier channels can contain live programs."
}
]
}
},
"required": [
"Arn",
"ChannelName",
"ChannelState",
"LogConfiguration",
"Outputs",
"PlaybackMode",
"Tier"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediatailor-api-channel"
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.