Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/budgets@2016-10-20/mod.ts>Budget

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface Budget
import { type Budget } from "https://deno.land/x/aws_api@v0.1.0/services/budgets@2016-10-20/mod.ts";

Properties

BudgetName: string
optional
BudgetLimit: Spend | null
optional
PlannedBudgetLimits: { [key: string]: Spend; } | null
optional
CostFilters: { [key: string]: string[]; } | null
optional
CostTypes: CostTypes | null
TimeUnit: TimeUnit
optional
TimePeriod: TimePeriod | null
optional
CalculatedSpend: CalculatedSpend | null
BudgetType: BudgetType
optional
LastUpdatedTime: Date | number | null