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

CreateStreamingURLRequest

import type { CreateStreamingURLRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface CreateStreamingURLRequest {
ApplicationId?: string | null;
FleetName: string;
SessionContext?: string | null;
StackName: string;
UserId: string;
Validity?: number | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

§
FleetName: string
[src]

The name of the fleet.

§
SessionContext?: string | null
[src]

The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

§
StackName: string
[src]

The name of the stack.

§
UserId: string
[src]

The identifier of the user.

§
Validity?: number | null
[src]

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.