View a markdown version of this page

AWS::Deadline::Budget BudgetActionToAdd - AWS CloudFormation

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 BudgetActionToAdd

The budget action to add.

Syntax

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