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
- data RelationalDatabaseHardware = RelationalDatabaseHardware' {
- cpuCount :: Maybe Int
- diskSizeInGb :: Maybe Int
- ramSizeInGb :: Maybe Double
- newRelationalDatabaseHardware :: RelationalDatabaseHardware
- relationalDatabaseHardware_cpuCount :: Lens' RelationalDatabaseHardware (Maybe Int)
- relationalDatabaseHardware_diskSizeInGb :: Lens' RelationalDatabaseHardware (Maybe Int)
- relationalDatabaseHardware_ramSizeInGb :: Lens' RelationalDatabaseHardware (Maybe Double)
Documentation
data RelationalDatabaseHardware Source #
Describes the hardware of a database.
See: newRelationalDatabaseHardware
smart constructor.
RelationalDatabaseHardware' | |
|
Instances
newRelationalDatabaseHardware :: RelationalDatabaseHardware Source #
Create a value of RelationalDatabaseHardware
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:cpuCount:RelationalDatabaseHardware'
, relationalDatabaseHardware_cpuCount
- The number of vCPUs for the database.
$sel:diskSizeInGb:RelationalDatabaseHardware'
, relationalDatabaseHardware_diskSizeInGb
- The size of the disk for the database.
$sel:ramSizeInGb:RelationalDatabaseHardware'
, relationalDatabaseHardware_ramSizeInGb
- The amount of RAM in GB for the database.
relationalDatabaseHardware_cpuCount :: Lens' RelationalDatabaseHardware (Maybe Int) Source #
The number of vCPUs for the database.
relationalDatabaseHardware_diskSizeInGb :: Lens' RelationalDatabaseHardware (Maybe Int) Source #
The size of the disk for the database.
relationalDatabaseHardware_ramSizeInGb :: Lens' RelationalDatabaseHardware (Maybe Double) Source #
The amount of RAM in GB for the database.