| 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.Snowball.Types.TGWOnDeviceServiceConfiguration
Description
Synopsis
- data TGWOnDeviceServiceConfiguration = TGWOnDeviceServiceConfiguration' {}
- newTGWOnDeviceServiceConfiguration :: TGWOnDeviceServiceConfiguration
- tGWOnDeviceServiceConfiguration_storageLimit :: Lens' TGWOnDeviceServiceConfiguration (Maybe Natural)
- tGWOnDeviceServiceConfiguration_storageUnit :: Lens' TGWOnDeviceServiceConfiguration (Maybe StorageUnit)
Documentation
data TGWOnDeviceServiceConfiguration Source #
An object that represents the metadata and configuration settings for the Storage Gateway service Tape Gateway type on an Amazon Web Services Snow Family device.
See: newTGWOnDeviceServiceConfiguration smart constructor.
Constructors
| TGWOnDeviceServiceConfiguration' | |
Fields
| |
Instances
newTGWOnDeviceServiceConfiguration :: TGWOnDeviceServiceConfiguration Source #
Create a value of TGWOnDeviceServiceConfiguration 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:storageLimit:TGWOnDeviceServiceConfiguration', tGWOnDeviceServiceConfiguration_storageLimit - The maximum number of virtual tapes to store on one Snow Family device.
Due to physical resource limitations, this value must be set to 80 for
Snowball Edge.
$sel:storageUnit:TGWOnDeviceServiceConfiguration', tGWOnDeviceServiceConfiguration_storageUnit - The scale unit of the virtual tapes on the device.
tGWOnDeviceServiceConfiguration_storageLimit :: Lens' TGWOnDeviceServiceConfiguration (Maybe Natural) Source #
The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.
tGWOnDeviceServiceConfiguration_storageUnit :: Lens' TGWOnDeviceServiceConfiguration (Maybe StorageUnit) Source #
The scale unit of the virtual tapes on the device.