Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data StorageTypeLimit Source #
Limits that are applicable for the given storage type.
See: newStorageTypeLimit
smart constructor.
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 the given storage type.
If StorageType
is "ebs", the following storage options are
applicable:
- MinimumVolumeSize
- MaximumVolumeSize
- MaximumIops
- MinimumIops
$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 the given storage type.
If StorageType
is "ebs", the following storage options are
applicable:
- MinimumVolumeSize
- MaximumVolumeSize
- MaximumIops
- MinimumIops
storageTypeLimit_limitValues :: Lens' StorageTypeLimit (Maybe [Text]) Source #
Values for the StorageTypeLimit$LimitName
.