ApplicationSettings

public struct ApplicationSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Enables or disables persistent application settings for users during their streaming sessions.

    Declaration

    Swift

    public let enabled: Bool
  • 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.

    Declaration

    Swift

    public let settingsGroup: String?
  • Undocumented

    Declaration

    Swift

    public init(enabled: Bool, settingsGroup: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws