| 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.StorageTypeLimit
Description
Synopsis
Documentation
data StorageTypeLimit Source #
Limits that are applicable for given storage type.
See: newStorageTypeLimit smart constructor.
Constructors
| StorageTypeLimit' | |
Fields
| |
Instances
newStorageTypeLimit :: StorageTypeLimit Source #
Create a value of StorageTypeLimit 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:limitName:StorageTypeLimit', storageTypeLimit_limitName - Name of storage limits that are applicable for given storage type. If
StorageType is ebs, following storage options are applicable
- MinimumVolumeSize
- MaximumVolumeSize
- MaximumIops
- MinimumIops
- MaximumThroughput
- MinimumThroughput
$sel:limitValues:StorageTypeLimit', storageTypeLimit_limitValues - Values for the StorageTypeLimit$LimitName .
storageTypeLimit_limitName :: Lens' StorageTypeLimit (Maybe Text) Source #
Name of storage limits that are applicable for given storage type. If
StorageType is ebs, following storage options are applicable
- MinimumVolumeSize
- MaximumVolumeSize
- MaximumIops
- MinimumIops
- MaximumThroughput
- MinimumThroughput
storageTypeLimit_limitValues :: Lens' StorageTypeLimit (Maybe [Text]) Source #
Values for the StorageTypeLimit$LimitName .