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

CreateBudgetActionRequest

import type { CreateBudgetActionRequest } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";
interface CreateBudgetActionRequest {
AccountId: string;
ActionThreshold: ActionThreshold;
ActionType: ActionType;
ApprovalModel: ApprovalModel;
BudgetName: string;
Definition: Definition;
ExecutionRoleArn: string;
NotificationType: NotificationType;
Subscribers: Subscriber[];
}

§Properties

§
AccountId: string
[src]
§
ActionThreshold: ActionThreshold
[src]
§
ActionType: ActionType
[src]

The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.

§
ApprovalModel: ApprovalModel
[src]

This specifies if the action needs manual or automatic approval.

§
BudgetName: string
[src]
§
Definition: Definition
[src]
§
ExecutionRoleArn: string
[src]

The role passed for action execution and reversion. Roles and actions must be in the same account.

§
NotificationType: NotificationType
[src]
§
Subscribers: Subscriber[]
[src]