SavingsPlansUtilizationQuery
Defines the parameters for querying Savings Plans utilization data, including time granularity and sorting preferences.
Contents
- timeRange
-
Defines a time period with explicit start and end times for data queries.
Type: DateTimeRange object
Required: Yes
- filter
-
Defines complex filtering conditions using logical operators (
AND
,OR
,NOT
) and various filter types.Type: Expression object
Required: No
- granularity
-
The time granularity of the retrieved data: HOURLY, DAILY, or MONTHLY.
Type: String
Valid Values:
HOURLY | DAILY | MONTHLY
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: