aws.cost_optimization_hub.get_preferences
Example SQL Queries
SELECT * FROMaws.cost_optimization_hub.get_preferences;Description
Returns a set of preferences for an account in order to add account-specific preferences into the service. These preferences impact how the savings associated with recommendations are presented—estimated savings after discounts or estimated savings before discounts, for example.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| member_account_discount_visibility Retrieves the status of the "member account discount visibility" preference. | VARCHAR |
| savings_estimation_mode Retrieves the status of the "savings estimation mode" preference. | VARCHAR |