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

CreateStreamingSessionRequest

import type { CreateStreamingSessionRequest } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
interface CreateStreamingSessionRequest {
clientToken?: string | null;
ec2InstanceType?: StreamingInstanceType | null;
launchProfileId: string;
ownedBy?: string | null;
streamingImageId?: string | null;
studioId: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

§
ec2InstanceType?: StreamingInstanceType | null
[src]

The EC2 Instance type used for the streaming session.

§
launchProfileId: string
[src]

The ID of the launch profile used to control access from the streaming session.

§
ownedBy?: string | null
[src]

The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.

§
streamingImageId?: string | null
[src]

The ID of the streaming image.

§
studioId: string
[src]

The studio ID.

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

A collection of labels, in the form of key-value pairs, that apply to this resource.