Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EC2ResourceDetails

import type { EC2ResourceDetails } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";

Details on the Amazon EC2 Resource.

interface EC2ResourceDetails {
HourlyOnDemandRate?: string | null;
InstanceType?: string | null;
Memory?: string | null;
NetworkPerformance?: string | null;
Platform?: string | null;
Region?: string | null;
Sku?: string | null;
Storage?: string | null;
Vcpu?: string | null;
}

§Properties

§
HourlyOnDemandRate?: string | null
[src]

The hourly public On-Demand rate for the instance type.

§
InstanceType?: string | null
[src]

The type of Amazon Web Services instance.

§
Memory?: string | null
[src]

The memory capacity of the Amazon Web Services instance.

§
NetworkPerformance?: string | null
[src]

The network performance capacity of the Amazon Web Services instance.

§
Platform?: string | null
[src]

The platform of the Amazon Web Services instance. The platform is the specific combination of operating system, license model, and software on an instance.

§
Region?: string | null
[src]

The Amazon Web Services Region of the instance.

§
Sku?: string | null
[src]

The SKU of the product.

§
Storage?: string | null
[src]

The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.

§
Vcpu?: string | null
[src]

The number of VCPU cores in the Amazon Web Services instance type.