You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/aws/aws_budget.json

28 lines
586 B
JSON

{
"BudgetName": "AWS_Charges",
"BudgetType": "COST",
"BudgetLimit": {
"Amount": "<AWS_BUDGET_AMOUNT>",
"Unit": "USD"
},
"CostFilters": {},
"CostTypes": {
"IncludeTax": true,
"IncludeSubscription": true,
"UseBlended": false,
"IncludeRefund": false,
"IncludeCredit": false,
"IncludeUpfront": true,
"IncludeRecurring": true,
"IncludeOtherSubscription": true,
"IncludeSupport": true,
"IncludeDiscount": true,
"UseAmortized": false
},
"TimeUnit": "MONTHLY",
"TimePeriod": {
"Start": "2021-08-01T01:00:00+01:00",
"End": "2087-06-15T01:00:00+01:00"
}
}