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

StreamConfiguration

import type { StreamConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface StreamConfiguration {
clipboardMode?: StreamingClipboardMode | null;
ec2InstanceTypes?: StreamingInstanceType[] | null;
maxSessionLengthInMinutes?: number | null;
streamingImageIds?: string[] | null;
}

§Properties

§
clipboardMode?: StreamingClipboardMode | null
[src]
§
ec2InstanceTypes?: StreamingInstanceType[] | null
[src]
§
maxSessionLengthInMinutes?: number | null
[src]
§
streamingImageIds?: string[] | null
[src]