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

Scope

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

This data type contains key-value pairs that identify various Amazon resources.

interface Scope {
key?: ScopeType | null;
value?: string | null;
}

§Properties

§
key?: ScopeType | null
[src]

The type of the scope.

§
value?: string | null
[src]

The resource identifier for the specified scope type.