View source: R/costexplorer_operations.R
costexplorer_get_dimension_values | R Documentation |
Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.
See https://www.paws-r-sdk.com/docs/costexplorer_get_dimension_values/ for full documentation.
costexplorer_get_dimension_values(
SearchString = NULL,
TimePeriod,
Dimension,
Context = NULL,
Filter = NULL,
SortBy = NULL,
BillingViewArn = NULL,
MaxResults = NULL,
NextPageToken = NULL
)
SearchString |
The value that you want to search the filter values for. |
TimePeriod |
[required] The start date and end date for retrieving the dimension values. The
start date is inclusive, but the end date is exclusive. For example, if
|
Dimension |
[required] The name of the dimension. Each |
Context |
The context for the call to
If you set the context to
If you set the context to
If you set the context to
|
Filter |
|
SortBy |
The value that you want to sort the data by. The key represents cost and usage metrics. The following values are supported:
The supported values for the When you specify a |
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 SortBy is provided in the request. The maximum number of objects that are returned for this request. If MaxResults isn't specified with SortBy, the request returns 1000 results as the default value for this parameter. For |
NextPageToken |
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.