costexplorer_update_cost_category_definition: Updates an existing Cost Category

View source: R/costexplorer_operations.R

costexplorer_update_cost_category_definitionR Documentation

Updates an existing Cost Category

Description

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.

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]

Rules

[required] The Expression object 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.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.