costexplorer_get_cost_categories: Retrieves an array of Cost Category names and values incurred...

View source: R/costexplorer_operations.R

costexplorer_get_cost_categoriesR Documentation

Retrieves an array of Cost Category names and values incurred cost

Description

Retrieves an array of Cost Category names and values incurred cost.

See https://www.paws-r-sdk.com/docs/costexplorer_get_cost_categories/ for full documentation.

Usage

costexplorer_get_cost_categories(
  SearchString = NULL,
  TimePeriod,
  CostCategoryName = NULL,
  Filter = NULL,
  SortBy = NULL,
  MaxResults = NULL,
  NextPageToken = NULL
)

Arguments

SearchString

The value that you want to search the filter values for.

If you don't specify a CostCategoryName, SearchString is used to filter Cost Category names that match the SearchString pattern. If you specify a CostCategoryName, SearchString is used to filter Cost Category values that match the SearchString pattern.

TimePeriod

[required]

CostCategoryName
Filter
SortBy

The value that you sort the data by.

The key represents the cost and usage metrics. The following values are supported:

  • BlendedCost

  • UnblendedCost

  • AmortizedCost

  • NetAmortizedCost

  • NetUnblendedCost

  • UsageQuantity

  • NormalizedUsageAmount

The supported key values for the SortOrder value are ASCENDING and DESCENDING.

When you use the SortBy value, the NextPageToken and SearchString key values aren't supported.

MaxResults

This field is only used when the SortBy value is provided in the request.

The maximum number of objects that are returned for this request. If MaxResults isn't specified with the SortBy value, the request returns 1000 results as the default value for this parameter.

For get_cost_categories, MaxResults has an upper quota of 1000.

NextPageToken

If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the NextPageToken from the previous call in your next request.


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