aws.pricing.get_attribute_values
Example SQL Queries
SELECT * FROMaws.pricing.get_attribute_valuesWHERE"service_code" = 'VALUE'AND "attribute_name" = 'VALUE';Description
Returns a list of attribute values. Attributes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions in the Billing and Cost Management User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| attribute_name Required Input Column The name of the attribute that you want to retrieve the values for, such as volumeType. | VARCHAR |
| service_code Required Input Column The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2. | 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
| |
| value The specific value of an attributeName. | VARCHAR |