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

NetworkInsightsAccessScope

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

Describes a Network Access Scope.

interface NetworkInsightsAccessScope {
CreatedDate?: Date | number | null;
NetworkInsightsAccessScopeArn?: string | null;
NetworkInsightsAccessScopeId?: string | null;
Tags: Tag[];
UpdatedDate?: Date | number | null;
}

§Properties

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

The creation date.

§
NetworkInsightsAccessScopeArn?: string | null
[src]

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

§
NetworkInsightsAccessScopeId?: string | null
[src]

The ID of the Network Access Scope.

§
Tags: Tag[]
[src]

The tags.

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

The last updated date.