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

NotificationConfiguration

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

Configures Amazon SNS notifications of available or expiring work items for work teams.

interface NotificationConfiguration {
NotificationTopicArn?: string | null;
}

§Properties

§
NotificationTopicArn?: string | null
[src]

The ARN for the Amazon SNS topic to which notifications should be published.