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

CreateStackRequest

import type { CreateStackRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface CreateStackRequest {
AccessEndpoints?: AccessEndpoint[] | null;
ApplicationSettings?: ApplicationSettings | null;
Description?: string | null;
DisplayName?: string | null;
EmbedHostDomains?: string[] | null;
FeedbackURL?: string | null;
Name: string;
RedirectURL?: string | null;
StorageConnectors?: StorageConnector[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UserSettings?: UserSetting[] | null;
}

§Properties

§
AccessEndpoints?: AccessEndpoint[] | null
[src]

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

§
ApplicationSettings?: ApplicationSettings | null
[src]

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

§
Description?: string | null
[src]

The description to display.

§
DisplayName?: string | null
[src]

The stack name to display.

§
EmbedHostDomains?: string[] | null
[src]

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

§
FeedbackURL?: string | null
[src]

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

§
Name: string
[src]

The name of the stack.

§
RedirectURL?: string | null
[src]

The URL that users are redirected to after their streaming session ends.

§
StorageConnectors?: StorageConnector[] | null
[src]

The storage connectors to enable.

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

The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

§
UserSettings?: UserSetting[] | null
[src]

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.