| 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.AlexaBusiness.Types.RequireCheckIn
Description
Documentation
data RequireCheckIn Source #
Settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.
See: newRequireCheckIn smart constructor.
Constructors
| RequireCheckIn' | |
Instances
newRequireCheckIn :: RequireCheckIn Source #
Create a value of RequireCheckIn 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:enabled:RequireCheckIn', requireCheckIn_enabled - Whether require check in is enabled or not.
$sel:releaseAfterMinutes:RequireCheckIn', requireCheckIn_releaseAfterMinutes - Duration between 5 and 20 minutes to determine when to release the room
if it's not checked into.
requireCheckIn_enabled :: Lens' RequireCheckIn (Maybe Bool) Source #
Whether require check in is enabled or not.
requireCheckIn_releaseAfterMinutes :: Lens' RequireCheckIn (Maybe Int) Source #
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.