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 EC2ResourceDetails = EC2ResourceDetails' {}
- newEC2ResourceDetails :: EC2ResourceDetails
- eC2ResourceDetails_platform :: Lens' EC2ResourceDetails (Maybe Text)
- eC2ResourceDetails_vcpu :: Lens' EC2ResourceDetails (Maybe Text)
- eC2ResourceDetails_networkPerformance :: Lens' EC2ResourceDetails (Maybe Text)
- eC2ResourceDetails_memory :: Lens' EC2ResourceDetails (Maybe Text)
- eC2ResourceDetails_instanceType :: Lens' EC2ResourceDetails (Maybe Text)
- eC2ResourceDetails_storage :: Lens' EC2ResourceDetails (Maybe Text)
- eC2ResourceDetails_sku :: Lens' EC2ResourceDetails (Maybe Text)
- eC2ResourceDetails_region :: Lens' EC2ResourceDetails (Maybe Text)
- eC2ResourceDetails_hourlyOnDemandRate :: Lens' EC2ResourceDetails (Maybe Text)
Documentation
data EC2ResourceDetails Source #
Details on the Amazon EC2 Resource.
See: newEC2ResourceDetails
smart constructor.
EC2ResourceDetails' | |
|
Instances
newEC2ResourceDetails :: EC2ResourceDetails Source #
Create a value of EC2ResourceDetails
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:platform:EC2ResourceDetails'
, eC2ResourceDetails_platform
- The platform of the Amazon Web Services instance. The platform is the
specific combination of operating system, license model, and software on
an instance.
$sel:vcpu:EC2ResourceDetails'
, eC2ResourceDetails_vcpu
- The number of VCPU cores in the Amazon Web Services instance type.
$sel:networkPerformance:EC2ResourceDetails'
, eC2ResourceDetails_networkPerformance
- The network performance capacity of the Amazon Web Services instance.
$sel:memory:EC2ResourceDetails'
, eC2ResourceDetails_memory
- The memory capacity of the Amazon Web Services instance.
$sel:instanceType:EC2ResourceDetails'
, eC2ResourceDetails_instanceType
- The type of Amazon Web Services instance.
$sel:storage:EC2ResourceDetails'
, eC2ResourceDetails_storage
- The disk storage of the Amazon Web Services instance. This doesn't
include EBS storage.
$sel:sku:EC2ResourceDetails'
, eC2ResourceDetails_sku
- The SKU of the product.
$sel:region:EC2ResourceDetails'
, eC2ResourceDetails_region
- The Amazon Web Services Region of the instance.
$sel:hourlyOnDemandRate:EC2ResourceDetails'
, eC2ResourceDetails_hourlyOnDemandRate
- The hourly public On-Demand rate for the instance type.
eC2ResourceDetails_platform :: Lens' EC2ResourceDetails (Maybe Text) Source #
The platform of the Amazon Web Services instance. The platform is the specific combination of operating system, license model, and software on an instance.
eC2ResourceDetails_vcpu :: Lens' EC2ResourceDetails (Maybe Text) Source #
The number of VCPU cores in the Amazon Web Services instance type.
eC2ResourceDetails_networkPerformance :: Lens' EC2ResourceDetails (Maybe Text) Source #
The network performance capacity of the Amazon Web Services instance.
eC2ResourceDetails_memory :: Lens' EC2ResourceDetails (Maybe Text) Source #
The memory capacity of the Amazon Web Services instance.
eC2ResourceDetails_instanceType :: Lens' EC2ResourceDetails (Maybe Text) Source #
The type of Amazon Web Services instance.
eC2ResourceDetails_storage :: Lens' EC2ResourceDetails (Maybe Text) Source #
The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.
eC2ResourceDetails_sku :: Lens' EC2ResourceDetails (Maybe Text) Source #
The SKU of the product.
eC2ResourceDetails_region :: Lens' EC2ResourceDetails (Maybe Text) Source #
The Amazon Web Services Region of the instance.
eC2ResourceDetails_hourlyOnDemandRate :: Lens' EC2ResourceDetails (Maybe Text) Source #
The hourly public On-Demand rate for the instance type.