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

MonitoredResourceIdentifier

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

Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.

interface MonitoredResourceIdentifier {
LastUpdated?: Date | number | null;
MonitoredResourceName?: string | null;
ResourceCollection?: ResourceCollection | null;
ResourcePermission?: ResourcePermission | null;
Type?: string | null;
}

§Properties

§
LastUpdated?: Date | number | null
[src]

The time at which DevOps Guru last updated this resource.

§
MonitoredResourceName?: string | null
[src]

The name of the resource being monitored.

§
ResourceCollection?: ResourceCollection | null
[src]
§
ResourcePermission?: ResourcePermission | null
[src]

The permission status of a resource.

§
Type?: string | null
[src]

The type of resource being monitored.