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

AccessScopePathRequest

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

Describes a path.

interface AccessScopePathRequest {
Destination?: PathStatementRequest | null;
Source?: PathStatementRequest | null;
ThroughResources?: ThroughResourcesStatementRequest[] | null;
}

§Properties

§
Destination?: PathStatementRequest | null
[src]

The destination.

§

The source.

§
ThroughResources?: ThroughResourcesStatementRequest[] | null
[src]

The through resources.