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.4/services/mobile.ts?docs=full";

Information about an instance of an AWS resource associated with a project.

interface Resource {
arn?: string | null;
attributes?: {
[key: string]: string | null | undefined;
}
| null;
feature?: string | null;
name?: string | null;
type?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
feature?: string | null
[src]
§
name?: string | null
[src]
§
type?: string | null
[src]