| 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.RDS.Types.ValidStorageOptions
Description
Synopsis
- data ValidStorageOptions = ValidStorageOptions' {}
- newValidStorageOptions :: ValidStorageOptions
- validStorageOptions_iopsToStorageRatio :: Lens' ValidStorageOptions (Maybe [DoubleRange])
- validStorageOptions_provisionedIops :: Lens' ValidStorageOptions (Maybe [Range])
- validStorageOptions_provisionedStorageThroughput :: Lens' ValidStorageOptions (Maybe [Range])
- validStorageOptions_storageSize :: Lens' ValidStorageOptions (Maybe [Range])
- validStorageOptions_storageThroughputToIopsRatio :: Lens' ValidStorageOptions (Maybe [DoubleRange])
- validStorageOptions_storageType :: Lens' ValidStorageOptions (Maybe Text)
- validStorageOptions_supportsStorageAutoscaling :: Lens' ValidStorageOptions (Maybe Bool)
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-256,000.
$sel:provisionedStorageThroughput:ValidStorageOptions', validStorageOptions_provisionedStorageThroughput - The valid range of provisioned storage throughput. For example,
500-4,000 mebibytes per second (MiBps).
$sel:storageSize:ValidStorageOptions', validStorageOptions_storageSize - The valid range of storage in gibibytes (GiB). For example, 100 to
16,384.
$sel:storageThroughputToIopsRatio:ValidStorageOptions', validStorageOptions_storageThroughputToIopsRatio - The valid range of storage throughput to provisioned IOPS ratios. For
example, 0-0.25.
$sel:storageType:ValidStorageOptions', validStorageOptions_storageType - The valid storage types for your DB instance. For example: gp2, gp3,
io1.
$sel:supportsStorageAutoscaling:ValidStorageOptions', validStorageOptions_supportsStorageAutoscaling - Whether or not Amazon RDS can automatically scale storage for DB
instances that use the new instance class.
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-256,000.
validStorageOptions_provisionedStorageThroughput :: Lens' ValidStorageOptions (Maybe [Range]) Source #
The valid range of provisioned storage throughput. For example, 500-4,000 mebibytes per second (MiBps).
validStorageOptions_storageSize :: Lens' ValidStorageOptions (Maybe [Range]) Source #
The valid range of storage in gibibytes (GiB). For example, 100 to 16,384.
validStorageOptions_storageThroughputToIopsRatio :: Lens' ValidStorageOptions (Maybe [DoubleRange]) Source #
The valid range of storage throughput to provisioned IOPS ratios. For example, 0-0.25.
validStorageOptions_storageType :: Lens' ValidStorageOptions (Maybe Text) Source #
The valid storage types for your DB instance. For example: gp2, gp3, io1.
validStorageOptions_supportsStorageAutoscaling :: Lens' ValidStorageOptions (Maybe Bool) Source #
Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.