aws.ce.list_savings_plans_purchase_recommendation_generation
Example SQL Queries
SELECT * FROMaws.ce.list_savings_plans_purchase_recommendation_generation;Description
Retrieves a list of your historical recommendation generations within the past 30 days.
Table Definition
| Column Name | Column Data Type |
|---|---|
| generation_status Input Column The status of the recommendation generation. | VARCHAR |
| next_page_token Input Column The token to retrieve the next set of results. | VARCHAR |
| page_size Input Column The number of recommendations that you want returned in a single response object. | BIGINT |
| recommendation_ids Input Column The IDs for each specific recommendation. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| generation_summary_list The list of historical recommendation generations. | STRUCT( |
Show child fields
| |