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

AccessScopePath

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

Describes a path.

interface AccessScopePath {
Destination?: PathStatement | null;
Source?: PathStatement | null;
ThroughResources: ThroughResourcesStatement[];
}

§Properties

§
Destination?: PathStatement | null
[src]

The destination.

§
Source?: PathStatement | null
[src]

The source.

§
ThroughResources: ThroughResourcesStatement[]
[src]

The through resources.