AWS::Budgets::Budget CostTypes - 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).

AWS::Budgets::Budget CostTypes

The types of cost that are included in a COST budget, such as tax and subscriptions.

USAGE, RI_UTILIZATION, RI_COVERAGE, SAVINGS_PLANS_UTILIZATION, and SAVINGS_PLANS_COVERAGE budgets don't have CostTypes.

Syntax

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

JSON

{ "IncludeCredit" : Boolean, "IncludeDiscount" : Boolean, "IncludeOtherSubscription" : Boolean, "IncludeRecurring" : Boolean, "IncludeRefund" : Boolean, "IncludeSubscription" : Boolean, "IncludeSupport" : Boolean, "IncludeTax" : Boolean, "IncludeUpfront" : Boolean, "UseAmortized" : Boolean, "UseBlended" : Boolean }

YAML

IncludeCredit: Boolean IncludeDiscount: Boolean IncludeOtherSubscription: Boolean IncludeRecurring: Boolean IncludeRefund: Boolean IncludeSubscription: Boolean IncludeSupport: Boolean IncludeTax: Boolean IncludeUpfront: Boolean UseAmortized: Boolean UseBlended: Boolean

Properties

IncludeCredit

Specifies whether a budget includes credits.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

IncludeDiscount

Specifies whether a budget includes discounts.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

IncludeOtherSubscription

Specifies whether a budget includes non-RI subscription costs.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

IncludeRecurring

Specifies whether a budget includes recurring fees such as monthly RI fees.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

IncludeRefund

Specifies whether a budget includes refunds.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

IncludeSubscription

Specifies whether a budget includes subscriptions.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

IncludeSupport

Specifies whether a budget includes support subscription fees.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

IncludeTax

Specifies whether a budget includes taxes.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

IncludeUpfront

Specifies whether a budget includes upfront RI costs.

The default value is true.

Required: No

Type: Boolean

Update requires: No interruption

UseAmortized

Specifies whether a budget uses the amortized rate.

The default value is false.

Required: No

Type: Boolean

Update requires: No interruption

UseBlended

Specifies whether a budget uses a blended rate.

The default value is false.

Required: No

Type: Boolean

Update requires: No interruption

See also

  • CostTypes in the Amazon Cost Explorer Service Cost Management APIs