View a markdown version of this page

AWS::Deadline::Budget BudgetActionToAdd - 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 BudgetActionToAdd

The budget action to add.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Description" : String, "ThresholdPercentage" : Number, "Type" : String }

YAML

Description: String ThresholdPercentage: Number Type: String

Properties

Description

A description for the budget action to add.

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

ThresholdPercentage

The percentage threshold for the budget action to add.

Required: Yes

Type: Number

Minimum: 0

Maximum: 100

Update requires: No interruption

Type

The type of budget action to add.

Required: Yes

Type: String

Allowed values: STOP_SCHEDULING_AND_COMPLETE_TASKS | STOP_SCHEDULING_AND_CANCEL_TASKS

Update requires: No interruption