| 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.StandbyWorkspace
Description
Synopsis
- data StandbyWorkspace = StandbyWorkspace' {
- tags :: Maybe [Tag]
- volumeEncryptionKey :: Maybe Text
- primaryWorkspaceId :: Text
- directoryId :: Text
- newStandbyWorkspace :: Text -> Text -> StandbyWorkspace
- standbyWorkspace_tags :: Lens' StandbyWorkspace (Maybe [Tag])
- standbyWorkspace_volumeEncryptionKey :: Lens' StandbyWorkspace (Maybe Text)
- standbyWorkspace_primaryWorkspaceId :: Lens' StandbyWorkspace Text
- standbyWorkspace_directoryId :: Lens' StandbyWorkspace Text
Documentation
data StandbyWorkspace Source #
Describes a Standby WorkSpace.
See: newStandbyWorkspace smart constructor.
Constructors
| StandbyWorkspace' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> StandbyWorkspace |
Create a value of StandbyWorkspace 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:tags:StandbyWorkspace', standbyWorkspace_tags - The tags associated with the Standby WorkSpace.
$sel:volumeEncryptionKey:StandbyWorkspace', standbyWorkspace_volumeEncryptionKey - The volume encryption key of the Standby WorkSpace.
$sel:primaryWorkspaceId:StandbyWorkspace', standbyWorkspace_primaryWorkspaceId - The identifier of the Standby WorkSpace.
$sel:directoryId:StandbyWorkspace', standbyWorkspace_directoryId - The identifier of the directory for the Standby WorkSpace.
standbyWorkspace_tags :: Lens' StandbyWorkspace (Maybe [Tag]) Source #
The tags associated with the Standby WorkSpace.
standbyWorkspace_volumeEncryptionKey :: Lens' StandbyWorkspace (Maybe Text) Source #
The volume encryption key of the Standby WorkSpace.
standbyWorkspace_primaryWorkspaceId :: Lens' StandbyWorkspace Text Source #
The identifier of the Standby WorkSpace.
standbyWorkspace_directoryId :: Lens' StandbyWorkspace Text Source #
The identifier of the directory for the Standby WorkSpace.