Amazon MediaTailor · JSON Structure

Mediatailor Api Get Channel Policy Response Structure

GetChannelPolicyResponse schema from Amazon MediaTailor API

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

GetChannelPolicyResponse is a JSON Structure definition published by Amazon MediaTailor, describing 1 property. 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-get-channel-policy-response-structure.json",
  "name": "GetChannelPolicyResponse",
  "type": "object",
  "description": "GetChannelPolicyResponse schema from Amazon MediaTailor API",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The IAM policy for the channel. IAM policies are used to control access to your channel."
        }
      ]
    }
  }
}