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

ApplicationSettingsResponse

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

Describes the persistent application settings for users of a stack.

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

§Properties

§
Enabled?: boolean | null
[src]

Specifies whether persistent application settings are enabled for users during their streaming sessions.

§
S3BucketName?: string | null
[src]

The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.

§
SettingsGroup?: string | null
[src]

The path prefix for the S3 bucket where users’ persistent application settings are stored.