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

IncidentRecordSource

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

Details about what created the incident record and when it was created.

interface IncidentRecordSource {
createdBy: string;
invokedBy?: string | null;
resourceArn?: string | null;
source: string;
}

§Properties

§
createdBy: string
[src]

The principal that started the incident.

§
invokedBy?: string | null
[src]

The service principal that assumed the role specified in createdBy. If no service principal assumed the role this will be left blank.

§
resourceArn?: string | null
[src]

The resource that caused the incident to be created.

§
source: string
[src]

The service that started the incident. This can be manually created from Incident Manager, automatically created using an Amazon CloudWatch alarm, or Amazon EventBridge event.