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

RedshiftInstanceDetails

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

Details about the Amazon Redshift instances that Amazon Web Services recommends that you purchase.

interface RedshiftInstanceDetails {
CurrentGeneration?: boolean | null;
Family?: string | null;
NodeType?: string | null;
Region?: string | null;
SizeFlexEligible?: boolean | null;
}

§Properties

§
CurrentGeneration?: boolean | null
[src]

Determines whether the recommendation is for a current-generation instance.

§
Family?: string | null
[src]

The instance family of the recommended reservation.

§
NodeType?: string | null
[src]

The type of node that Amazon Web Services recommends.

§
Region?: string | null
[src]

The Amazon Web Services Region of the recommended reservation.

§
SizeFlexEligible?: boolean | null
[src]

Determines whether the recommended reservation is size flexible.