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

Location

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

A location in a policy that is represented as a path through the JSON representation and a corresponding span.

interface Location {
path: PathElement[];
span: Span;
}

§Properties

§

A path in a policy, represented as a sequence of path elements.

§
span: Span
[src]

A span in a policy.