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

TrustedAdvisorCheckDescription

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

The description and metadata for a Trusted Advisor check.

interface TrustedAdvisorCheckDescription {
category: string;
description: string;
id: string;
metadata: string[];
name: string;
}

§Properties

§
category: string
[src]

The category of the Trusted Advisor check.

§
description: string
[src]

The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).

§
id: string
[src]

The unique identifier for the Trusted Advisor check.

§
metadata: string[]
[src]

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the "TrustedAdvisorResourceDetail" for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

§
name: string
[src]

The display name for the Trusted Advisor check.