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

ResourceUri

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

The URIs for function resources.

interface ResourceUri {
ResourceType?: ResourceType | null;
Uri?: string | null;
}

§Properties

§
ResourceType?: ResourceType | null
[src]

The type of the resource.

§
Uri?: string | null
[src]

The URI for accessing the resource.