| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WorkSpacesWeb.Types.BrowserSettings
Description
Synopsis
Documentation
data BrowserSettings Source #
The browser settings resource that can be associated with a web portal. Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.
See: newBrowserSettings smart constructor.
Constructors
| BrowserSettings' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> BrowserSettings |
Create a value of BrowserSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:associatedPortalArns:BrowserSettings', browserSettings_associatedPortalArns - A list of web portal ARNs that this browser settings is associated with.
$sel:browserPolicy:BrowserSettings', browserSettings_browserPolicy - A JSON string containing Chrome Enterprise policies that will be applied
to all streaming sessions.
$sel:browserSettingsArn:BrowserSettings', browserSettings_browserSettingsArn - The ARN of the browser settings.
browserSettings_associatedPortalArns :: Lens' BrowserSettings (Maybe [Text]) Source #
A list of web portal ARNs that this browser settings is associated with.
browserSettings_browserPolicy :: Lens' BrowserSettings (Maybe Text) Source #
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
browserSettings_browserSettingsArn :: Lens' BrowserSettings Text Source #
The ARN of the browser settings.