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

CheckDetail

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

Account details for a Well-Architected best practice in relation to Trusted Advisor checks.

interface CheckDetail {
AccountId?: string | null;
ChoiceId?: string | null;
Description?: string | null;
FlaggedResources?: number | null;
Id?: string | null;
LensArn?: string | null;
Name?: string | null;
PillarId?: string | null;
Provider?: CheckProvider | null;
QuestionId?: string | null;
Reason?: CheckFailureReason | null;
Status?: CheckStatus | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
AccountId?: string | null
[src]
§
ChoiceId?: string | null
[src]
§
Description?: string | null
[src]

Trusted Advisor check description.

§
FlaggedResources?: number | null
[src]

Count of flagged resources associated to the check.

§
Id?: string | null
[src]

Trusted Advisor check ID.

§
LensArn?: string | null
[src]

Well-Architected Lens ARN associated to the check.

§
Name?: string | null
[src]

Trusted Advisor check name.

§
PillarId?: string | null
[src]
§
Provider?: CheckProvider | null
[src]

Provider of the check related to the best practice.

§
QuestionId?: string | null
[src]
§
Reason?: CheckFailureReason | null
[src]

Reason associated to the check.

§
Status?: CheckStatus | null
[src]

Status associated to the check.

§
UpdatedAt?: Date | number | null
[src]