Skip to main content

savings_plans_offerings

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

Overview

Namesavings_plans_offerings
TypeResource
Idaws.savingsplans.savings_plans_offerings

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 offerings.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_savings_plans_offeringsselectregionDescribes the offerings for the specified Savings Plans.

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 offerings for the specified Savings Plans.

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