Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data WorkspaceProperties = WorkspaceProperties' {}
- newWorkspaceProperties :: WorkspaceProperties
- workspaceProperties_computeTypeName :: Lens' WorkspaceProperties (Maybe Compute)
- workspaceProperties_runningMode :: Lens' WorkspaceProperties (Maybe RunningMode)
- workspaceProperties_rootVolumeSizeGib :: Lens' WorkspaceProperties (Maybe Int)
- workspaceProperties_runningModeAutoStopTimeoutInMinutes :: Lens' WorkspaceProperties (Maybe Int)
- workspaceProperties_userVolumeSizeGib :: Lens' WorkspaceProperties (Maybe Int)
Documentation
data WorkspaceProperties Source #
Describes a WorkSpace.
See: newWorkspaceProperties
smart constructor.
WorkspaceProperties' | |
|
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:runningMode:WorkspaceProperties'
, workspaceProperties_runningMode
- The running mode. For more information, see
Manage the WorkSpace Running Mode.
$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: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_runningMode :: Lens' WorkspaceProperties (Maybe RunningMode) Source #
The running mode. For more information, see Manage the WorkSpace Running Mode.
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_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.