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

GetResourceMetadataResponse

import type { GetResourceMetadataResponse } from "https://aws-api.deno.dev/v0.4/services/pi.ts?docs=full";
interface GetResourceMetadataResponse {
Features?: {
[key: string]: FeatureMetadata | null | undefined;
}
| null;
Identifier?: string | null;
}

§Properties

§
Features?: {
[key: string]: FeatureMetadata | null | undefined;
}
| null
[src]

The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

§
Identifier?: string | null
[src]

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.