Amazon MediaTailor · Schema
SourceLocation
A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| AccessConfiguration | object | |
| Arn | object | |
| CreationTime | object | |
| DefaultSegmentDeliveryConfiguration | object | |
| HttpConfiguration | object | |
| LastModifiedTime | object | |
| SegmentDeliveryConfigurations | object | |
| SourceLocationName | object | |
| Tags | 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-source-location-schema.json",
"title": "SourceLocation",
"description": "A source location is a container for sources. For more information about source locations, see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html\">Working with source locations</a> in the <i>MediaTailor User Guide</i>.",
"type": "object",
"properties": {
"AccessConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/AccessConfiguration"
},
{
"description": "The access configuration for the source location."
}
]
},
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The ARN of the SourceLocation."
}
]
},
"CreationTime": {
"allOf": [
{
"$ref": "#/components/schemas/__timestampUnix"
},
{
"description": "The timestamp that indicates when the source location was created."
}
]
},
"DefaultSegmentDeliveryConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/DefaultSegmentDeliveryConfiguration"
},
{
"description": "The default segment delivery configuration."
}
]
},
"HttpConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/HttpConfiguration"
},
{
"description": "The HTTP configuration for the source location."
}
]
},
"LastModifiedTime": {
"allOf": [
{
"$ref": "#/components/schemas/__timestampUnix"
},
{
"description": "The timestamp that indicates when the source location was last modified."
}
]
},
"SegmentDeliveryConfigurations": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfSegmentDeliveryConfiguration"
},
{
"description": "The segment delivery configurations for the source location."
}
]
},
"SourceLocationName": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The name of the source location."
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/__mapOf__string"
},
{
"xml": {
"name": "tags"
},
"description": "The tags assigned to the source location. 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>."
}
]
}
},
"required": [
"Arn",
"HttpConfiguration",
"SourceLocationName"
]
}
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-source-location"
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.