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

EventResource

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

The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

interface EventResource {
Arn?: string | null;
Name?: string | null;
Type?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource that emitted an event.

§
Name?: string | null
[src]

The name of the resource that emitted an event.

§
Type?: string | null
[src]

The type of resource that emitted an event.