Updates 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.
costexplorer_update_cost_category_definition(
CostCategoryArn,
EffectiveStart = NULL,
RuleVersion,
Rules,
DefaultValue = NULL,
SplitChargeRules = NULL
)
[required] The unique identifier for your Cost Category.
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.
[required]
[required] The Expression
object used to categorize costs. For more information,
see
CostCategoryRule
.
The split charge rules used to allocate your charges between your Cost Category values.