amazonka-workspaces-web-2.0: Amazon WorkSpaces Web SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances details
FromJSON BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

Generic BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

Associated Types

type Rep BrowserSettings :: Type -> Type #

Show BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

NFData BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

Methods

rnf :: BrowserSettings -> () #

Eq BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

Hashable BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

type Rep BrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.BrowserSettings

type Rep BrowserSettings = D1 ('MetaData "BrowserSettings" "Amazonka.WorkSpacesWeb.Types.BrowserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "BrowserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedPortalArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "browserPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "browserSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newBrowserSettings Source #

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.