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

GetRecommendationPreferencesRequest

import type { GetRecommendationPreferencesRequest } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";
interface GetRecommendationPreferencesRequest {
maxResults?: number | null;
nextToken?: string | null;
resourceType: ResourceType;
scope?: Scope | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of recommendation preferences to return with a single request.

To retrieve the remaining results, make another request with the returned nextToken value.

§
nextToken?: string | null
[src]

The token to advance to the next page of recommendation preferences.

§
resourceType: ResourceType
[src]

The target resource type of the recommendation preference for which to return preferences.

The Ec2Instance option encompasses standalone instances and instances that are part of Auto Scaling groups. The AutoScalingGroup option encompasses only instances that are part of an Auto Scaling group.

Note: The valid values for this parameter are Ec2Instance and AutoScalingGroup.

§
scope?: Scope | null
[src]

An object that describes the scope of the recommendation preference to return.

You can return recommendation preferences that are created at the organization level (for management accounts of an organization only), account level, and resource level. For more information, see Activating enhanced infrastructure metrics in the Compute Optimizer User Guide.