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

CreateSignalingChannelInput

import type { CreateSignalingChannelInput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface CreateSignalingChannelInput {
ChannelName: string;
ChannelType?: ChannelType | null;
SingleMasterConfiguration?: SingleMasterConfiguration | null;
Tags?: Tag[] | null;
}

§Properties

§
ChannelName: string
[src]

A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.

§
ChannelType?: ChannelType | null
[src]

A type of the signaling channel that you are creating. Currently, SINGLE_MASTER is the only supported channel type.

§
SingleMasterConfiguration?: SingleMasterConfiguration | null
[src]

A structure containing the configuration for the SINGLE_MASTER channel type.

§
Tags?: Tag[] | null
[src]

A set of tags (key-value pairs) that you want to associate with this channel.