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

Resource

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

Contains an IoT SiteWise Monitor resource ID for a portal or project.

interface Resource {
portal?: PortalResource | null;
project?: ProjectResource | null;
}

§Properties

§
portal?: PortalResource | null
[src]

A portal resource.

§
project?: ProjectResource | null
[src]

A project resource.