| 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.Chime.Types.AccountSettings
Description
Documentation
data AccountSettings Source #
Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
See: newAccountSettings smart constructor.
Constructors
| AccountSettings' | |
Fields
| |
Instances
newAccountSettings :: AccountSettings Source #
Create a value of AccountSettings 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:disableRemoteControl:AccountSettings', accountSettings_disableRemoteControl - Setting that stops or starts remote control of shared screens during
meetings.
$sel:enableDialOut:AccountSettings', accountSettings_enableDialOut - Setting that allows meeting participants to choose the __Call me at a
phone number__ option. For more information, see
Join a Meeting without the Amazon Chime App.
accountSettings_disableRemoteControl :: Lens' AccountSettings (Maybe Bool) Source #
Setting that stops or starts remote control of shared screens during meetings.
accountSettings_enableDialOut :: Lens' AccountSettings (Maybe Bool) Source #
Setting that allows meeting participants to choose the __Call me at a phone number__ option. For more information, see Join a Meeting without the Amazon Chime App.