Amazon MediaTailor · JSON Structure

Mediatailor Api Http Configuration Structure

The HTTP configuration for the source location.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

BaseUrl

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-mediatailor/refs/heads/main/json-structure/mediatailor-api-http-configuration-structure.json",
  "name": "HttpConfiguration",
  "type": "object",
  "description": "The HTTP configuration for the source location.",
  "properties": {
    "BaseUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The base URL for the source location host server. This string must include the protocol, such as <b>https://</b>."
        }
      ]
    }
  },
  "required": [
    "BaseUrl"
  ]
}