View source: R/costexplorer_operations.R
costexplorer_get_cost_and_usage_with_resources | R Documentation |
Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related metric, such as BlendedCosts
or UsageQuantity
, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE
or AZ
, in a specific time range. For a complete list of valid dimensions, see the get_dimension_values
operation. Management account in an organization in Organizations have access to all member accounts.
See https://www.paws-r-sdk.com/docs/costexplorer_get_cost_and_usage_with_resources/ for full documentation.
costexplorer_get_cost_and_usage_with_resources(
TimePeriod,
Granularity,
Filter,
Metrics = NULL,
GroupBy = NULL,
BillingViewArn = NULL,
NextPageToken = NULL
)
TimePeriod |
[required] Sets the start and end dates for retrieving Amazon Web Services costs.
The range must be within the last 14 days (the start date cannot be
earlier than 14 days ago). The start date is inclusive, but the end date
is exclusive. For example, if |
Granularity |
[required] Sets the Amazon Web Services cost granularity to |
Filter |
[required] Filters Amazon Web Services costs by different dimensions. For example,
you can specify The
Valid values for Valid values for |
Metrics |
Which metrics are returned in the query. For more information about blended and unblended rates, see Why does the "blended" annotation appear on some line items in my bill?. Valid values are If you return the
|
GroupBy |
You can group Amazon Web Services costs using up to two different
groups: |
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. |
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.