Skip to main content

price_list_file_urls

Creates, updates, deletes, gets or lists a price_list_file_urls resource.

Overview

Nameprice_list_file_urls
TypeResource
Idaws.pricing.price_list_file_urls

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
urlstringThe URL to download your Price List file from.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_price_list_file_urlselectregionThis 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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.

SELECT
url
FROM aws.pricing.price_list_file_urls
WHERE region = '{{ region }}' -- required
;