UpdateBudgetActionRequest
import type { UpdateBudgetActionRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/budgets.ts";interface UpdateBudgetActionRequest {
AccountId: string;
ActionId: string;
ActionThreshold?: ActionThreshold | null;
ApprovalModel?: ApprovalModel | null;
BudgetName: string;
Definition?: Definition | null;
ExecutionRoleArn?: string | null;
NotificationType?: NotificationType | null;
Subscribers?: Subscriber[] | null;
}§Properties
§
ActionThreshold?: ActionThreshold | null
[src]§
ApprovalModel?: ApprovalModel | null
[src]§
Definition?: Definition | null
[src]§
NotificationType?: NotificationType | null
[src]§
Subscribers?: Subscriber[] | null
[src]