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

EventReference

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

An item referenced in a TimelineEvent that is involved in or somehow associated with an incident. You can specify an Amazon Resource Name (ARN) for an Amazon Web Services resource or a RelatedItem ID.

interface EventReference {
relatedItemId?: string | null;
resource?: string | null;
}

§Properties

§
relatedItemId?: string | null
[src]

The ID of a RelatedItem referenced in a TimelineEvent.

§
resource?: string | null
[src]

The Amazon Resource Name (ARN) of an Amazon Web Services resource referenced in a TimelineEvent.