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

NotificationWithSubscribers

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

A notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.

interface NotificationWithSubscribers {
Notification: Notification;
Subscribers: Subscriber[];
}

§Properties

§
Notification: Notification
[src]

The notification that is associated with a budget.

§
Subscribers: Subscriber[]
[src]

A list of subscribers who are subscribed to this notification.