aws.pricing.get_price_list_file_url
Example SQL Queries
SELECT * FROMaws.pricing.get_price_list_file_urlWHERE"price_list_arn" = 'VALUE'AND "file_format" = 'VALUE';Description
This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10).
This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists response.
Table Definition
| Column Name | Column Data Type |
|---|---|
| file_format Required Input Column The format that you want to retrieve your Price List files in. The FileFormat can be obtained from the ListPriceLists response. | VARCHAR |
| price_list_arn Required Input Column The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the ListPriceLists response. | 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
| |
| url The URL to download your Price List file from. | VARCHAR |