Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions:
See https://www.paws-r-sdk.com/docs/costexplorer_get_savings_plans_coverage/ for full documentation.
costexplorer_get_savings_plans_coverage(
TimePeriod,
GroupBy = NULL,
Granularity = NULL,
Filter = NULL,
Metrics = NULL,
NextToken = NULL,
MaxResults = NULL,
SortBy = NULL
)
[required] The time period that you want the usage and costs for. The Start
date
must be within 13 months. The End
date must be after the Start
date,
and before the current date. Future dates can't be used as an End
date.
You can group the data using the attributes INSTANCE_FAMILY
, REGION
,
or SERVICE
.
The granularity of the Amazon Web Services cost data for your Savings
Plans. Granularity
can't be set if GroupBy
is set.
The
get_savings_plans_coverage
operation supports only DAILY
and MONTHLY
granularities.
Filters Savings Plans coverage data by dimensions. You can filter data for Savings Plans usage with the following dimensions:
LINKED_ACCOUNT
REGION
SERVICE
INSTANCE_FAMILY
get_savings_plans_coverage
uses the same
Expression
object as the other operations, but only AND
is supported among each
dimension. If there are multiple values for a dimension, they are OR'd
together.
Cost category is also supported.
The measurement that you want your Savings Plans coverage reported in.
The only valid value is SpendCoveredBySavingsPlans
.
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.
The number of items to be returned in a response. The default is 20
,
with a minimum value of 1
.
The value that you want to sort the data by.
The following values are supported for Key
:
SpendCoveredBySavingsPlan
OnDemandCost
CoveragePercentage
TotalCost
InstanceFamily
Region
Service
The supported values for SortOrder
are ASCENDING
and DESCENDING
.