View source: R/costexplorer_operations.R
costexplorer_get_cost_categories | R Documentation |
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.
costexplorer_get_cost_categories(
SearchString = NULL,
TimePeriod,
CostCategoryName = NULL,
Filter = NULL,
SortBy = NULL,
BillingViewArn = NULL,
MaxResults = NULL,
NextPageToken = NULL
)
SearchString |
The value that you want to search the filter values for. If you don't specify a |
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:
The supported key values for the When you use the |
BillingViewArn |
The Amazon Resource Name (ARN) that uniquely identifies a specific billing view. The ARN is used to specify which particular billing view you want to interact with or retrieve information from when making API calls related to Amazon Web Services Billing and Cost Management features. The BillingViewArn can be retrieved by calling the ListBillingViews API. |
MaxResults |
This field is only used when the The maximum number of objects that are returned for this request. If
For |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.