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

ActionThreshold

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

The trigger threshold of the action.

interface ActionThreshold {
ActionThresholdType: ThresholdType;
ActionThresholdValue: number;
}

§Properties

§
ActionThresholdType: ThresholdType
[src]
§
ActionThresholdValue: number
[src]