| 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.Neptune.Types.ValidStorageOptions
Description
Synopsis
- data ValidStorageOptions = ValidStorageOptions' {
- iopsToStorageRatio :: Maybe [DoubleRange]
- provisionedIops :: Maybe [Range]
- storageSize :: Maybe [Range]
- storageType :: Maybe Text
- newValidStorageOptions :: ValidStorageOptions
- validStorageOptions_iopsToStorageRatio :: Lens' ValidStorageOptions (Maybe [DoubleRange])
- validStorageOptions_provisionedIops :: Lens' ValidStorageOptions (Maybe [Range])
- validStorageOptions_storageSize :: Lens' ValidStorageOptions (Maybe [Range])
- validStorageOptions_storageType :: Lens' ValidStorageOptions (Maybe Text)
Documentation
data ValidStorageOptions Source #
Information about valid modifications that you can make to your DB instance.
Contains the result of a successful call to the DescribeValidDBInstanceModifications action.
See: newValidStorageOptions smart constructor.
Constructors
| ValidStorageOptions' | |
Fields
| |
Instances
newValidStorageOptions :: ValidStorageOptions Source #
Create a value of ValidStorageOptions 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:iopsToStorageRatio:ValidStorageOptions', validStorageOptions_iopsToStorageRatio - The valid range of Provisioned IOPS to gibibytes of storage multiplier.
For example, 3-10, which means that provisioned IOPS can be between 3
and 10 times storage.
$sel:provisionedIops:ValidStorageOptions', validStorageOptions_provisionedIops - The valid range of provisioned IOPS. For example, 1000-20000.
$sel:storageSize:ValidStorageOptions', validStorageOptions_storageSize - The valid range of storage in gibibytes. For example, 100 to 16384.
$sel:storageType:ValidStorageOptions', validStorageOptions_storageType - The valid storage types for your DB instance. For example, gp2, io1.
validStorageOptions_iopsToStorageRatio :: Lens' ValidStorageOptions (Maybe [DoubleRange]) Source #
The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.
validStorageOptions_provisionedIops :: Lens' ValidStorageOptions (Maybe [Range]) Source #
The valid range of provisioned IOPS. For example, 1000-20000.
validStorageOptions_storageSize :: Lens' ValidStorageOptions (Maybe [Range]) Source #
The valid range of storage in gibibytes. For example, 100 to 16384.
validStorageOptions_storageType :: Lens' ValidStorageOptions (Maybe Text) Source #
The valid storage types for your DB instance. For example, gp2, io1.