| 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.Nimble.Types.VolumeConfiguration
Description
Synopsis
- data VolumeConfiguration = VolumeConfiguration' {}
- newVolumeConfiguration :: VolumeConfiguration
- volumeConfiguration_iops :: Lens' VolumeConfiguration (Maybe Natural)
- volumeConfiguration_size :: Lens' VolumeConfiguration (Maybe Natural)
- volumeConfiguration_throughput :: Lens' VolumeConfiguration (Maybe Natural)
Documentation
data VolumeConfiguration Source #
Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode is
ACTIVATED.
See: newVolumeConfiguration smart constructor.
Constructors
| VolumeConfiguration' | |
Fields
| |
Instances
newVolumeConfiguration :: VolumeConfiguration Source #
Create a value of VolumeConfiguration 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:iops:VolumeConfiguration', volumeConfiguration_iops - The number of I/O operations per second for the root volume that is
attached to streaming session.
$sel:size:VolumeConfiguration', volumeConfiguration_size - The size of the root volume that is attached to the streaming session.
The root volume size is measured in GiBs.
$sel:throughput:VolumeConfiguration', volumeConfiguration_throughput - The throughput to provision for the root volume that is attached to the
streaming session. The throughput is measured in MiB/s.
volumeConfiguration_iops :: Lens' VolumeConfiguration (Maybe Natural) Source #
The number of I/O operations per second for the root volume that is attached to streaming session.
volumeConfiguration_size :: Lens' VolumeConfiguration (Maybe Natural) Source #
The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
volumeConfiguration_throughput :: Lens' VolumeConfiguration (Maybe Natural) Source #
The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.