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

NetworkInsightsAccessScopeAnalysis

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

Describes a Network Access Scope analysis.

interface NetworkInsightsAccessScopeAnalysis {
AnalyzedEniCount?: number | null;
EndDate?: Date | number | null;
FindingsFound?: FindingsFound | null;
NetworkInsightsAccessScopeAnalysisArn?: string | null;
NetworkInsightsAccessScopeAnalysisId?: string | null;
NetworkInsightsAccessScopeId?: string | null;
StartDate?: Date | number | null;
Status?: AnalysisStatus | null;
StatusMessage?: string | null;
Tags: Tag[];
WarningMessage?: string | null;
}

§Properties

§
AnalyzedEniCount?: number | null
[src]

The number of network interfaces analyzed.

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

The analysis end date.

§
FindingsFound?: FindingsFound | null
[src]

Indicates whether there are findings.

§
NetworkInsightsAccessScopeAnalysisArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Network Access Scope analysis.

§
NetworkInsightsAccessScopeAnalysisId?: string | null
[src]

The ID of the Network Access Scope analysis.

§
NetworkInsightsAccessScopeId?: string | null
[src]

The ID of the Network Access Scope.

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

The analysis start date.

§
Status?: AnalysisStatus | null
[src]

The status.

§
StatusMessage?: string | null
[src]

The status message.

§
Tags: Tag[]
[src]

The tags.

§
WarningMessage?: string | null
[src]

The warning message.