Amazon MediaTailor · JSON Structure

Mediatailor Api Log Configuration For Channel Structure

The log configuration for the channel.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

LogTypes

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-log-configuration-for-channel-structure.json",
  "name": "LogConfigurationForChannel",
  "type": "object",
  "description": "The log configuration for the channel.",
  "properties": {
    "LogTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogTypes"
        },
        {
          "description": "The log types."
        }
      ]
    }
  }
}