| 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.Outposts.Types.EC2Capacity
Description
Synopsis
Documentation
data EC2Capacity Source #
Information about EC2 capacity.
See: newEC2Capacity smart constructor.
Constructors
| EC2Capacity' | |
Instances
newEC2Capacity :: EC2Capacity Source #
Create a value of EC2Capacity 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:family:EC2Capacity', eC2Capacity_family - The family of the EC2 capacity.
$sel:maxSize:EC2Capacity', eC2Capacity_maxSize - The maximum size of the EC2 capacity.
$sel:quantity:EC2Capacity', eC2Capacity_quantity - The quantity of the EC2 capacity.
eC2Capacity_family :: Lens' EC2Capacity (Maybe Text) Source #
The family of the EC2 capacity.
eC2Capacity_maxSize :: Lens' EC2Capacity (Maybe Text) Source #
The maximum size of the EC2 capacity.
eC2Capacity_quantity :: Lens' EC2Capacity (Maybe Text) Source #
The quantity of the EC2 capacity.