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

RecommendationRelatedEventResource

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

Information about an Amazon Web Services resource that emitted and event that is related to a recommendation in an insight.

interface RecommendationRelatedEventResource {
Name?: string | null;
Type?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.

§
Type?: string | null
[src]

The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.