Amazon MediaTailor · JSON Structure

Mediatailor Api Configure Logs For Channel Request Structure

ConfigureLogsForChannelRequest schema from Amazon MediaTailor API

Type: object Properties: 2 Required: 2
BroadcastingMedia ProcessingMedia

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

Properties

ChannelName 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-configure-logs-for-channel-request-structure.json",
  "name": "ConfigureLogsForChannelRequest",
  "type": "object",
  "description": "ConfigureLogsForChannelRequest schema from Amazon MediaTailor API",
  "properties": {
    "ChannelName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the channel."
        }
      ]
    },
    "LogTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogTypes"
        },
        {
          "description": "The types of logs to collect."
        }
      ]
    }
  },
  "required": [
    "ChannelName",
    "LogTypes"
  ]
}