Skip to main content

savings_plans_offering_rates

Creates, updates, deletes, gets or lists a savings_plans_offering_rates resource.

Overview

Namesavings_plans_offering_rates
TypeResource
Idaws.savingsplans.savings_plans_offering_rates

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
next_tokenstringThe token to use to retrieve the next page of results. This value is null when there are no more results to return. (pattern: <code>^[A-Za-z0-9/=+]+$</code>)
search_resultsarrayInformation about the Savings Plans offering rates.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_savings_plans_offering_ratesselectregionDescribes the offering rates for Savings Plans you might want to purchase.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Describes the offering rates for Savings Plans you might want to purchase.

SELECT
next_token,
search_results
FROM aws.savingsplans.savings_plans_offering_rates
WHERE region = '{{ region }}' -- required
;