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

TrustedAdvisorResourceDetail

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

Contains information about a resource identified by a Trusted Advisor check.

interface TrustedAdvisorResourceDetail {
isSuppressed?: boolean | null;
metadata: string[];
region?: string | null;
resourceId: string;
status: string;
}

§Properties

§
isSuppressed?: boolean | null
[src]

Specifies whether the Amazon Web Services resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

§
metadata: string[]
[src]

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the "TrustedAdvisorCheckDescription" object returned by the call to "DescribeTrustedAdvisorChecks". Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

§
region?: string | null
[src]

The Amazon Web Services Region in which the identified resource is located.

§
resourceId: string
[src]

The unique identifier for the identified resource.

§
status: string
[src]

The status code for the resource identified in the Trusted Advisor check.