Amazon MediaTailor · Schema

GetChannelPolicyResponse

GetChannelPolicyResponse schema from Amazon MediaTailor API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Policy object
View JSON Schema on GitHub

JSON Schema

mediatailor-api-get-channel-policy-response-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-get-channel-policy-response-schema.json",
  "title": "GetChannelPolicyResponse",
  "description": "GetChannelPolicyResponse schema from Amazon MediaTailor API",
  "type": "object",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The IAM policy for the channel. IAM policies are used to control access to your channel."
        }
      ]
    }
  }
}