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

ElastiCacheInstanceDetails

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

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

interface ElastiCacheInstanceDetails {
CurrentGeneration?: boolean | null;
Family?: string | null;
NodeType?: string | null;
ProductDescription?: 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.

§
ProductDescription?: string | null
[src]

The description of the recommended reservation.

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