Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PutChannelPolicyRequest

import type { PutChannelPolicyRequest } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface PutChannelPolicyRequest {
ChannelName: string;
Policy: string;
}

§Properties

§
ChannelName: string
[src]

The identifier for the channel you are working on.

§
Policy: string
[src]

Adds an IAM role that determines the permissions of your channel.