aws.pricing.get_products
Example SQL Queries
SELECT * FROMaws.pricing.get_productsWHERE"service_code" = 'VALUE';Description
Returns a list of all products that match the filter criteria.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_code Required Input Column The code for the service whose products you want to retrieve. | VARCHAR |
| filters Input Column The list of filters that limit the returned products. only products that match all filters are returned. | STRUCT( |
Show child fields
| |
| format_version Input Column The format version of the response. For example, aws_v1. | VARCHAR |
| _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
| |
| price_list The list of products that match your filters. The list contains both the product metadata and the price information. | VARCHAR[] |
Show child fields
| |