This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Deadline::Budget
Creates a budget to set spending thresholds for your rendering activity.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Deadline::Budget", "Properties" : { "Actions" :[ BudgetActionToAdd, ... ], "ApproximateDollarLimit" :Number, "Description" :String, "DisplayName" :String, "FarmId" :String, "Schedule" :BudgetSchedule, "Tags" :[ Tag, ... ], "UsageTrackingResource" :UsageTrackingResource} }
YAML
Type: AWS::Deadline::Budget Properties: Actions:- BudgetActionToAddApproximateDollarLimit:NumberDescription:StringDisplayName:StringFarmId:StringSchedule:BudgetScheduleTags:- TagUsageTrackingResource:UsageTrackingResource
Properties
ActionsProperty description not available.
Required: Yes
Type: Array of BudgetActionToAdd
Minimum:
0Maximum:
10Update requires: No interruption
ApproximateDollarLimit-
The approximate dollar limit of the budget.
Required: Yes
Type: Number
Minimum:
0Update requires: No interruption
Description-
The description of the budget summary.
Important
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
Required: No
Type: String
Minimum:
0Maximum:
100Update requires: No interruption
DisplayName-
The display name of the budget summary to update.
Important
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
Required: Yes
Type: String
Minimum:
1Maximum:
100Update requires: No interruption
FarmIdProperty description not available.
Required: Yes
Type: String
Pattern:
^farm-[0-9a-f]{32}$Update requires: Replacement
ScheduleProperty description not available.
Required: Yes
Type: BudgetSchedule
Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
UsageTrackingResource-
The resource used to track expenditure in the budget.
Required: Yes
Type: UsageTrackingResource
Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
BudgetId-
The budget ID.
Status-
The status of the budget.
-
ACTIVE–The budget is being evaluated. -
INACTIVE–The budget is inactive. This can include Expired, Canceled, or deleted Deleted statuses.
-