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

AnalyzerSummary

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

Contains information about the analyzer.

interface AnalyzerSummary {
arn: string;
createdAt: Date | number;
lastResourceAnalyzed?: string | null;
lastResourceAnalyzedAt?: Date | number | null;
name: string;
statusReason?: StatusReason | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
type: Type;
}

§Properties

§
arn: string
[src]

The ARN of the analyzer.

§
createdAt: Date | number
[src]

A timestamp for the time at which the analyzer was created.

§
lastResourceAnalyzed?: string | null
[src]

The resource that was most recently analyzed by the analyzer.

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

The time at which the most recently analyzed resource was analyzed.

§
name: string
[src]

The name of the analyzer.

§

The status of the analyzer. An Active analyzer successfully monitors supported resources and generates new findings. The analyzer is Disabled when a user action, such as removing trusted access for Identity and Access Management Access Analyzer from Organizations, causes the analyzer to stop generating new findings. The status is Creating when the analyzer creation is in progress and Failed when the analyzer creation has failed.

§
statusReason?: StatusReason | null
[src]

The statusReason provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a Failed status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags added to the analyzer.

§
type: Type
[src]

The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.