Amazon MediaTailor · JSON Structure

Mediatailor Api Describe Channel Response Structure

DescribeChannelResponse schema from Amazon MediaTailor API

Type: object Properties: 11 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

Arn ChannelName ChannelState CreationTime FillerSlate LastModifiedTime LogConfiguration Outputs PlaybackMode Tags Tier

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-describe-channel-response-structure.json",
  "name": "DescribeChannelResponse",
  "type": "object",
  "description": "DescribeChannelResponse schema from Amazon MediaTailor API",
  "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/ChannelState"
        },
        {
          "description": "Indicates whether the channel is in a running state or not."
        }
      ]
    },
    "CreationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__timestampUnix"
        },
        {
          "description": "The timestamp of when the channel was created."
        }
      ]
    },
    "FillerSlate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SlateSource"
        },
        {
          "description": "Contains information about the slate used to fill gaps between programs in the schedule."
        }
      ]
    },
    "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 for the channel."
        }
      ]
    },
    "Outputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResponseOutputs"
        },
        {
          "description": "The channel's output properties."
        }
      ]
    },
    "PlaybackMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The channel's playback mode."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "The tags assigned 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 channel's tier."
        }
      ]
    }
  },
  "required": [
    "LogConfiguration"
  ]
}