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

EC2ResourceUtilization

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

Utilization metrics of the instance.

interface EC2ResourceUtilization {
DiskResourceUtilization?: DiskResourceUtilization | null;
EBSResourceUtilization?: EBSResourceUtilization | null;
MaxCpuUtilizationPercentage?: string | null;
MaxMemoryUtilizationPercentage?: string | null;
MaxStorageUtilizationPercentage?: string | null;
NetworkResourceUtilization?: NetworkResourceUtilization | null;
}

§Properties

§
DiskResourceUtilization?: DiskResourceUtilization | null
[src]

The field that contains a list of disk (local storage) metrics that are associated with the current instance.

§
EBSResourceUtilization?: EBSResourceUtilization | null
[src]

The EBS field that contains a list of EBS metrics that are associated with the current instance.

§
MaxCpuUtilizationPercentage?: string | null
[src]

The maximum observed or expected CPU utilization of the instance.

§
MaxMemoryUtilizationPercentage?: string | null
[src]

The maximum observed or expected memory utilization of the instance.

§
MaxStorageUtilizationPercentage?: string | null
[src]

The maximum observed or expected storage utilization of the instance. This doesn't include EBS storage.

§
NetworkResourceUtilization?: NetworkResourceUtilization | null
[src]

The network field that contains a list of network metrics that are associated with the current instance.