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

EBSFilter

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

Describes a filter that returns a more specific list of Amazon Elastic Block Store (Amazon EBS) volume recommendations. Use this filter with the "GetEBSVolumeRecommendations" action.

You can use LambdaFunctionRecommendationFilter with the "GetLambdaFunctionRecommendations" action, JobFilter with the "DescribeRecommendationExportJobs" action, and Filter with the "GetAutoScalingGroupRecommendations" and "GetEC2InstanceRecommendations" actions.

interface EBSFilter {
name?: EBSFilterName | null;
values?: string[] | null;
}

§Properties

§
name?: EBSFilterName | null
[src]

The name of the filter.

Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).

§
values?: string[] | null
[src]

The value of the filter.

The valid values are Optimized, or NotOptimized.