class Aws::AppStream::Types::ApplicationSettings

The persistent application settings for users of a stack.

@note When making an API call, you may pass ApplicationSettings

data as a hash:

    {
      enabled: false, # required
      settings_group: "SettingsGroup",
    }

@!attribute [rw] enabled

Enables or disables persistent application settings for users during
their streaming sessions.
@return [Boolean]

@!attribute [rw] settings_group

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ApplicationSettings AWS API Documentation

Constants

SENSITIVE