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

RecommendationSource

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

Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.

interface RecommendationSource {
recommendationSourceArn?: string | null;
recommendationSourceType?: RecommendationSourceType | null;
}

§Properties

§
recommendationSourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the recommendation source.

§
recommendationSourceType?: RecommendationSourceType | null
[src]

The resource type of the recommendation source.