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

TargetInstance

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

Details on recommended instance.

interface TargetInstance {
CurrencyCode?: string | null;
DefaultTargetInstance?: boolean | null;
EstimatedMonthlyCost?: string | null;
EstimatedMonthlySavings?: string | null;
ExpectedResourceUtilization?: ResourceUtilization | null;
PlatformDifferences?: PlatformDifference[] | null;
ResourceDetails?: ResourceDetails | null;
}

§Properties

§
CurrencyCode?: string | null
[src]

The currency code that Amazon Web Services used to calculate the costs for this instance.

§
DefaultTargetInstance?: boolean | null
[src]

Determines whether this recommendation is the defaulted Amazon Web Services recommendation.

§
EstimatedMonthlyCost?: string | null
[src]

The expected cost to operate this instance type on a monthly basis.

§
EstimatedMonthlySavings?: string | null
[src]

The estimated savings that result from modification, on a monthly basis.

§
ExpectedResourceUtilization?: ResourceUtilization | null
[src]

The expected utilization metrics for target instance type.

§
PlatformDifferences?: PlatformDifference[] | null
[src]

Explains the actions that you might need to take to successfully migrate your workloads from the current instance type to the recommended instance type.

§
ResourceDetails?: ResourceDetails | null
[src]

Details on the target instance type.