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

AssessmentRunNotification

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

Used as one of the elements of the "AssessmentRun" data type.

interface AssessmentRunNotification {
date: Date | number;
error: boolean;
message?: string | null;
snsPublishStatusCode?: AssessmentRunNotificationSnsStatusCode | null;
snsTopicArn?: string | null;
}

§Properties

§
date: Date | number
[src]

The date of the notification.

§
error: boolean
[src]

The Boolean value that specifies whether the notification represents an error.

§

The event for which a notification is sent.

§
message?: string | null
[src]

The message included in the notification.

§
snsPublishStatusCode?: AssessmentRunNotificationSnsStatusCode | null
[src]

The status code of the SNS notification.

§
snsTopicArn?: string | null
[src]

The SNS topic to which the SNS notification is sent.