libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CostExplorer.Types.EC2ResourceDetails

Description

 
Synopsis

Documentation

data EC2ResourceDetails Source #

Details on the Amazon EC2 Resource.

See: newEC2ResourceDetails smart constructor.

Constructors

EC2ResourceDetails' 

Fields

Instances

Instances details
Eq EC2ResourceDetails Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2ResourceDetails

Read EC2ResourceDetails Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2ResourceDetails

Show EC2ResourceDetails Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2ResourceDetails

Generic EC2ResourceDetails Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2ResourceDetails

Associated Types

type Rep EC2ResourceDetails :: Type -> Type #

NFData EC2ResourceDetails Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2ResourceDetails

Methods

rnf :: EC2ResourceDetails -> () #

Hashable EC2ResourceDetails Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2ResourceDetails

FromJSON EC2ResourceDetails Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2ResourceDetails

type Rep EC2ResourceDetails Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2ResourceDetails

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_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.