Updates an existing cost category
Source:R/costexplorer_operations.R
costexplorer_update_cost_category_definition.RdUpdates an existing cost category. Changes made to the cost category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.
See https://www.paws-r-sdk.com/docs/costexplorer_update_cost_category_definition/ for full documentation.
Usage
costexplorer_update_cost_category_definition(
CostCategoryArn,
EffectiveStart = NULL,
RuleVersion,
Rules,
DefaultValue = NULL,
SplitChargeRules = NULL
)Arguments
- CostCategoryArn
[required] The unique identifier for your cost category.
- EffectiveStart
The cost category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.
- RuleVersion
[required] The rule schema version in this particular cost category.
- Rules
[required] The
Expressionobject used to categorize costs. For more information, see CostCategoryRule .- DefaultValue
The default value for the cost category.
- SplitChargeRules
The split charge rules used to allocate your charges between your cost category values.