costexplorer_create_cost_category_definition {paws.cost.management} | R Documentation |
Creates a new Cost Category with the requested name and rules
Description
Creates a new Cost Category with the requested name and rules.
See https://www.paws-r-sdk.com/docs/costexplorer_create_cost_category_definition/ for full documentation.
Usage
costexplorer_create_cost_category_definition(
Name,
EffectiveStart = NULL,
RuleVersion,
Rules,
DefaultValue = NULL,
SplitChargeRules = NULL,
ResourceTags = NULL
)
Arguments
Name |
[required] |
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] |
Rules |
[required] The Cost Category rules used to categorize costs. For more information, see CostCategoryRule. |
DefaultValue |
|
SplitChargeRules |
The split charge rules used to allocate your charges between your Cost Category values. |
ResourceTags |
An optional list of tags to associate with the specified
Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags:
|