View a markdown version of this page

AWS::Deadline::Budget - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Deadline::Budget

Creates a budget to set spending thresholds for your rendering activity.

Syntax

To declare this entity in your Amazon 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 } }

Properties

Actions

Property description not available.

Required: Yes

Type: Array of BudgetActionToAdd

Minimum: 0

Maximum: 10

Update requires: No interruption

ApproximateDollarLimit

The approximate dollar limit of the budget.

Required: Yes

Type: Number

Minimum: 0

Update 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: 0

Maximum: 100

Update 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: 1

Maximum: 100

Update requires: No interruption

FarmId

Property description not available.

Required: Yes

Type: String

Pattern: ^farm-[0-9a-f]{32}$

Update requires: Replacement

Schedule

Property description not available.

Required: Yes

Type: BudgetSchedule

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update 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

Arn

Property 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.