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

ResourceDescription

import type { ResourceDescription } from "https://aws-api.deno.dev/v0.4/services/cloudcontrol.ts?docs=full";

Represents information about a provisioned resource.

interface ResourceDescription {
Identifier?: string | null;
Properties?: string | null;
}

§Properties

§
Identifier?: string | null
[src]

The primary identifier for the resource.

For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.

§
Properties?: string | null
[src]

A list of the resource properties and their current values.