| 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.WorkSpaces.Types.WorkspaceProperties
Description
Synopsis
- data WorkspaceProperties = WorkspaceProperties' {}
- newWorkspaceProperties :: WorkspaceProperties
- workspaceProperties_computeTypeName :: Lens' WorkspaceProperties (Maybe Compute)
- workspaceProperties_protocols :: Lens' WorkspaceProperties (Maybe [Protocol])
- workspaceProperties_rootVolumeSizeGib :: Lens' WorkspaceProperties (Maybe Int)
- workspaceProperties_runningMode :: Lens' WorkspaceProperties (Maybe RunningMode)
- workspaceProperties_runningModeAutoStopTimeoutInMinutes :: Lens' WorkspaceProperties (Maybe Int)
- workspaceProperties_userVolumeSizeGib :: Lens' WorkspaceProperties (Maybe Int)
Documentation
data WorkspaceProperties Source #
Describes a WorkSpace.
See: newWorkspaceProperties smart constructor.
Constructors
| WorkspaceProperties' | |
Fields
| |
Instances
newWorkspaceProperties :: WorkspaceProperties Source #
Create a value of WorkspaceProperties 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:computeTypeName:WorkspaceProperties', workspaceProperties_computeTypeName - The compute type. For more information, see
Amazon WorkSpaces Bundles.
$sel:protocols:WorkspaceProperties', workspaceProperties_protocols - The protocol. For more information, see
Protocols for Amazon WorkSpaces.
- Only available for WorkSpaces created with PCoIP bundles.
- The
Protocolsproperty is case sensitive. Ensure you usePCOIPorWSP. - Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).
$sel:rootVolumeSizeGib:WorkspaceProperties', workspaceProperties_rootVolumeSizeGib - The size of the root volume. For important information about how to
modify the size of the root and user volumes, see
Modify a WorkSpace.
$sel:runningMode:WorkspaceProperties', workspaceProperties_runningMode - The running mode. For more information, see
Manage the WorkSpace Running Mode.
The MANUAL value is only supported by Amazon WorkSpaces Core. Contact
your account team to be allow-listed to use this value. For more
information, see
Amazon WorkSpaces Core.
$sel:runningModeAutoStopTimeoutInMinutes:WorkspaceProperties', workspaceProperties_runningModeAutoStopTimeoutInMinutes - The time after a user logs off when WorkSpaces are automatically
stopped. Configured in 60-minute intervals.
$sel:userVolumeSizeGib:WorkspaceProperties', workspaceProperties_userVolumeSizeGib - The size of the user storage. For important information about how to
modify the size of the root and user volumes, see
Modify a WorkSpace.
workspaceProperties_computeTypeName :: Lens' WorkspaceProperties (Maybe Compute) Source #
The compute type. For more information, see Amazon WorkSpaces Bundles.
workspaceProperties_protocols :: Lens' WorkspaceProperties (Maybe [Protocol]) Source #
The protocol. For more information, see Protocols for Amazon WorkSpaces.
- Only available for WorkSpaces created with PCoIP bundles.
- The
Protocolsproperty is case sensitive. Ensure you usePCOIPorWSP. - Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).
workspaceProperties_rootVolumeSizeGib :: Lens' WorkspaceProperties (Maybe Int) Source #
The size of the root volume. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
workspaceProperties_runningMode :: Lens' WorkspaceProperties (Maybe RunningMode) Source #
The running mode. For more information, see Manage the WorkSpace Running Mode.
The MANUAL value is only supported by Amazon WorkSpaces Core. Contact
your account team to be allow-listed to use this value. For more
information, see
Amazon WorkSpaces Core.
workspaceProperties_runningModeAutoStopTimeoutInMinutes :: Lens' WorkspaceProperties (Maybe Int) Source #
The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.
workspaceProperties_userVolumeSizeGib :: Lens' WorkspaceProperties (Maybe Int) Source #
The size of the user storage. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.