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

ApplicationSettings

import type { ApplicationSettings } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";

The persistent application settings for users of a stack.

interface ApplicationSettings {
Enabled: boolean;
SettingsGroup?: string | null;
}

§Properties

§
Enabled: boolean
[src]

Enables or disables persistent application settings for users during their streaming sessions.

§
SettingsGroup?: string | null
[src]

The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.