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

AccessScopeAnalysisFinding

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

Describes a finding for a Network Access Scope.

interface AccessScopeAnalysisFinding {
FindingComponents: PathComponent[];
FindingId?: string | null;
NetworkInsightsAccessScopeAnalysisId?: string | null;
NetworkInsightsAccessScopeId?: string | null;
}

§Properties

§
FindingComponents: PathComponent[]
[src]

The finding components.

§
FindingId?: string | null
[src]

The ID of the finding.

§
NetworkInsightsAccessScopeAnalysisId?: string | null
[src]

The ID of the Network Access Scope analysis.

§
NetworkInsightsAccessScopeId?: string | null
[src]

The ID of the Network Access Scope.