AWS::Budgets::BudgetsActionAn example resource schema demonstrating some basic constructs and validation rules.
9 configurable properties. 7 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ActionThreshold | ActionThreshold | Required |
ActionType | string | RequiredCreate-only |
BudgetName | string | RequiredCreate-only |
Definition | Definition | Required |
ExecutionRoleArn | string | Required |
NotificationType | string | Required |
Subscribers | Array<Subscriber> | Required |
ApprovalModel | string | |
ResourceTags | Array<ResourceTag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ActionId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Budgets::BudgetsAction
Resources:
MyResource:
Type: AWS::Budgets::BudgetsAction
Properties:
BudgetName: "my-budgetname"
NotificationType: "ACTUAL"
ActionType: "APPLY_IAM_POLICY"
ActionThreshold: "value"
ExecutionRoleArn: "arn:aws:service:region:account:resource"
Definition: "value"
Subscribers: []Permissions CloudFormation needs in your IAM role to manage this resource.
budgets:CreateBudgetActioniam:PassRolebudgets:TagResourcebudgets:DescribeBudgetActionbudgets:ListTagsForResourcebudgets:UpdateBudgetActioniam:PassRolebudgets:TagResourcebudgets:UntagResourcebudgets:ListTagsForResourcebudgets:DeleteBudgetActionbudgets:DescribeBudgetActionsForAccountbudgets:DescribeBudgetActionsForBudgetOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterActionIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ActionTypeBudgetName