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

NetworkInsightsAccessScopeContent

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

Describes the Network Access Scope content.

interface NetworkInsightsAccessScopeContent {
ExcludePaths: AccessScopePath[];
MatchPaths: AccessScopePath[];
NetworkInsightsAccessScopeId?: string | null;
}

§Properties

§
ExcludePaths: AccessScopePath[]
[src]

The paths to exclude.

§
MatchPaths: AccessScopePath[]
[src]

The paths to match.

§
NetworkInsightsAccessScopeId?: string | null
[src]

The ID of the Network Access Scope.