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

BudgetNotificationsForAccount

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

The budget name and associated notifications for an account.

interface BudgetNotificationsForAccount {
BudgetName?: string | null;
Notifications?: Notification[] | null;
}

§Properties

§
BudgetName?: string | null
[src]
§
Notifications?: Notification[] | null
[src]