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

CreateChannelRequest

import type { CreateChannelRequest } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

A request to create a channel

interface CreateChannelRequest {
CdiInputSpecification?: CdiInputSpecification | null;
ChannelClass?: ChannelClass | null;
Destinations?: OutputDestination[] | null;
EncoderSettings?: EncoderSettings | null;
InputAttachments?: InputAttachment[] | null;
InputSpecification?: InputSpecification | null;
LogLevel?: LogLevel | null;
Name?: string | null;
RequestId?: string | null;
Reserved?: string | null;
RoleArn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Vpc?: VpcOutputSettings | null;
}

§Properties

§
CdiInputSpecification?: CdiInputSpecification | null
[src]

Specification of CDI inputs for this channel

§
ChannelClass?: ChannelClass | null
[src]

The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.

§
Destinations?: OutputDestination[] | null
[src]
§
EncoderSettings?: EncoderSettings | null
[src]
§
InputAttachments?: InputAttachment[] | null
[src]

List of input attachments for channel.

§
InputSpecification?: InputSpecification | null
[src]

Specification of network and file inputs for this channel

§
LogLevel?: LogLevel | null
[src]

The log level to write to CloudWatch Logs.

§
Name?: string | null
[src]

Name of channel.

§
RequestId?: string | null
[src]

Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.

§
Reserved?: string | null
[src]

Deprecated field that's only usable by whitelisted customers.

§
RoleArn?: string | null
[src]

An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of key-value pairs.

§

Settings for the VPC outputs