View source: R/costexplorer_operations.R
costexplorer_get_approximate_usage_records | R Documentation |
Retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
See https://www.paws-r-sdk.com/docs/costexplorer_get_approximate_usage_records/ for full documentation.
costexplorer_get_approximate_usage_records(
Granularity,
Services = NULL,
ApproximationDimension
)
Granularity |
[required] How granular you want the data to be. You can enable data at hourly or daily granularity. |
Services |
The service metadata for the service or services you want to query. If not specified, all elements are returned. |
ApproximationDimension |
[required] The service to evaluate for the usage records. You can choose resource-level data at daily granularity, or hourly granularity with or without resource-level data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.