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

AutoAdjustData

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

The parameters that determine the budget amount for an auto-adjusting budget.

interface AutoAdjustData {
AutoAdjustType: AutoAdjustType;
HistoricalOptions?: HistoricalOptions | null;
LastAutoAdjustTime?: Date | number | null;
}

§Properties

§
AutoAdjustType: AutoAdjustType
[src]

The string that defines whether your budget auto-adjusts based on historical or forecasted data.

§
HistoricalOptions?: HistoricalOptions | null
[src]

The parameters that define or describe the historical data that your auto-adjusting budget is based on.

§
LastAutoAdjustTime?: Date | number | null
[src]

The last time that your budget was auto-adjusted.