price_list_file_urls
Creates, updates, deletes, gets or lists a price_list_file_urls resource.
Overview
| Name | price_list_file_urls |
| Type | Resource |
| Id | aws.pricing.price_list_file_urls |
Fields
The following fields are returned by SELECT queries:
- get_price_list_file_url
| Name | Datatype | Description |
|---|---|---|
url | string | The URL to download your Price List file from. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_price_list_file_url | select | region | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_price_list_file_url
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
;