| 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.ElasticSearch.Types.EBSOptions
Description
Synopsis
- data EBSOptions = EBSOptions' {
- eBSEnabled :: Maybe Bool
- iops :: Maybe Int
- throughput :: Maybe Int
- volumeSize :: Maybe Int
- volumeType :: Maybe VolumeType
- newEBSOptions :: EBSOptions
- eBSOptions_eBSEnabled :: Lens' EBSOptions (Maybe Bool)
- eBSOptions_iops :: Lens' EBSOptions (Maybe Int)
- eBSOptions_throughput :: Lens' EBSOptions (Maybe Int)
- eBSOptions_volumeSize :: Lens' EBSOptions (Maybe Int)
- eBSOptions_volumeType :: Lens' EBSOptions (Maybe VolumeType)
Documentation
data EBSOptions Source #
Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.
See: newEBSOptions smart constructor.
Constructors
| EBSOptions' | |
Fields
| |
Instances
newEBSOptions :: EBSOptions Source #
Create a value of EBSOptions 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:eBSEnabled:EBSOptions', eBSOptions_eBSEnabled - Specifies whether EBS-based storage is enabled.
$sel:iops:EBSOptions', eBSOptions_iops - Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
$sel:throughput:EBSOptions', eBSOptions_throughput - Specifies the Throughput for GP3 EBS volume (SSD).
$sel:volumeSize:EBSOptions', eBSOptions_volumeSize - Integer to specify the size of an EBS volume.
$sel:volumeType:EBSOptions', eBSOptions_volumeType - Specifies the volume type for EBS-based storage.
eBSOptions_eBSEnabled :: Lens' EBSOptions (Maybe Bool) Source #
Specifies whether EBS-based storage is enabled.
eBSOptions_iops :: Lens' EBSOptions (Maybe Int) Source #
Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
eBSOptions_throughput :: Lens' EBSOptions (Maybe Int) Source #
Specifies the Throughput for GP3 EBS volume (SSD).
eBSOptions_volumeSize :: Lens' EBSOptions (Maybe Int) Source #
Integer to specify the size of an EBS volume.
eBSOptions_volumeType :: Lens' EBSOptions (Maybe VolumeType) Source #
Specifies the volume type for EBS-based storage.