Describes the history for DAILY
, MONTHLY
, and QUARTERLY
budgets. Budget history isn’t available for ANNUAL
budgets.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
describe-budget-performance-history
--account-id <value>
--budget-name <value>
[--time-period <value>]
[--max-results <value>]
[--next-token <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]
--account-id
(string)
The account ID of the user. It should be a 12-digit number.
--budget-name
(string)
A string that represents the budget name. The “:” and “” characters aren’t allowed.
--time-period
(structure)
Retrieves how often the budget went into an
ALARM
state for the specified time period.Start -> (timestamp)
The start date for a budget. If you created your budget and didn’t specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose
DAILY
, and didn’t set a start date, AWS set your start date to01/24/18 00:00 UTC
. If you choseMONTHLY
, AWS set your start date to01/01/18 00:00 UTC
. The defaults are the same for the AWS Billing and Cost Management console and the API.You can change your start date with the
UpdateBudget
operation.End -> (timestamp)
The end date for a budget. If you didn’t specify an end date, AWS set your end date to
06/15/87 00:00 UTC
. The defaults are the same for the AWS Billing and Cost Management console and the API.After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the
UpdateBudget
operation.
Shorthand Syntax:
Start=timestamp,End=timestamp
JSON Syntax:
{
"Start": timestamp,
"End": timestamp
}
--max-results
(integer)
An integer that represents how many entries a paginated response contains. The maximum is 100.
--next-token
(string)
A generic string.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
See ‘aws help’ for descriptions of global parameters.
BudgetPerformanceHistory -> (structure)
The history of how often the budget has gone into an
ALARM
state.For
DAILY
budgets, the history saves the state of the budget for the last 60 days. ForMONTHLY
budgets, the history saves the state of the budget for the current month plus the last 12 months. ForQUARTERLY
budgets, the history saves the state of the budget for the last four quarters.BudgetName -> (string)
A string that represents the budget name. The “:” and “” characters aren’t allowed.
BudgetType -> (string)
The type of a budget. It must be one of the following types:
COST
,USAGE
,RI_UTILIZATION
, orRI_COVERAGE
.CostFilters -> (map)
The history of the cost filters for a budget during the specified time period.
key -> (string)
A generic string.
value -> (list)
(string)
A generic string.
CostTypes -> (structure)
The history of the cost types for a budget during the specified time period.
IncludeTax -> (boolean)
Specifies whether a budget includes taxes.
The default value is
true
.IncludeSubscription -> (boolean)
Specifies whether a budget includes subscriptions.
The default value is
true
.UseBlended -> (boolean)
Specifies whether a budget uses a blended rate.
The default value is
false
.IncludeRefund -> (boolean)
Specifies whether a budget includes refunds.
The default value is
true
.IncludeCredit -> (boolean)
Specifies whether a budget includes credits.
The default value is
true
.IncludeUpfront -> (boolean)
Specifies whether a budget includes upfront RI costs.
The default value is
true
.IncludeRecurring -> (boolean)
Specifies whether a budget includes recurring fees such as monthly RI fees.
The default value is
true
.IncludeOtherSubscription -> (boolean)
Specifies whether a budget includes non-RI subscription costs.
The default value is
true
.IncludeSupport -> (boolean)
Specifies whether a budget includes support subscription fees.
The default value is
true
.IncludeDiscount -> (boolean)
Specifies whether a budget includes discounts.
The default value is
true
.UseAmortized -> (boolean)
Specifies whether a budget uses the amortized rate.
The default value is
false
.TimeUnit -> (string)
The time unit of the budget, such as MONTHLY or QUARTERLY.
BudgetedAndActualAmountsList -> (list)
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
(structure)
The amount of cost or usage that you created the budget for, compared to your actual costs or usage.
BudgetedAmount -> (structure)
The amount of cost or usage that you created the budget for.
Amount -> (string)
The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.
Unit -> (string)
The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.
ActualAmount -> (structure)
Your actual costs or usage for a budget period.
Amount -> (string)
The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.
Unit -> (string)
The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.
TimePeriod -> (structure)
The time period covered by this budget comparison.
Start -> (timestamp)
The start date for a budget. If you created your budget and didn’t specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose
DAILY
, and didn’t set a start date, AWS set your start date to01/24/18 00:00 UTC
. If you choseMONTHLY
, AWS set your start date to01/01/18 00:00 UTC
. The defaults are the same for the AWS Billing and Cost Management console and the API.You can change your start date with the
UpdateBudget
operation.End -> (timestamp)
The end date for a budget. If you didn’t specify an end date, AWS set your end date to
06/15/87 00:00 UTC
. The defaults are the same for the AWS Billing and Cost Management console and the API.After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the
UpdateBudget
operation.
NextToken -> (string)
A generic string.