Values.ApplicationSettingsResponseSourceDescribes the persistent application settings for users of a stack.
type nonrec t = {enabled : Boolean.t option;Specifies whether persistent application settings are enabled for users during their streaming sessions.
*)settingsGroup : SettingsGroup.t option;The path prefix for the S3 bucket where users’ persistent application settings are stored.
*)s3BucketName : String_.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of SettingsGroup.t ]) list ]