Amazon MediaTailor · JSON Structure

Mediatailor Api Put Channel Policy Request Structure

PutChannelPolicyRequest schema from Amazon MediaTailor API

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

PutChannelPolicyRequest 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

Policy

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-put-channel-policy-request-structure.json",
  "name": "PutChannelPolicyRequest",
  "type": "object",
  "description": "PutChannelPolicyRequest schema from Amazon MediaTailor API",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Adds an IAM role that determines the permissions of your channel."
        }
      ]
    }
  },
  "required": [
    "Policy"
  ]
}