Amazon MediaTailor · Schema

PutChannelPolicyRequest

PutChannelPolicyRequest schema from Amazon MediaTailor API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Policy object
View JSON Schema on GitHub

JSON Schema

mediatailor-api-put-channel-policy-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-put-channel-policy-request-schema.json",
  "title": "PutChannelPolicyRequest",
  "description": "PutChannelPolicyRequest schema from Amazon MediaTailor API",
  "type": "object",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Adds an IAM role that determines the permissions of your channel."
        }
      ]
    }
  },
  "required": [
    "Policy"
  ]
}