Skip to content

Get Price List File Url

pricing_get_price_list_file_url R Documentation

This feature is in preview release and is subject to change

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 list_price_lists response.

Usage

pricing_get_price_list_file_url(PriceListArn, FileFormat)

Arguments

PriceListArn

[required] The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the list_price_lists response.

FileFormat

[required] The format that you want to retrieve your Price List files in. The FileFormat can be obtained from the list_price_lists response.

Value

A list with the following syntax:

list(
  Url = "string"
)

Request syntax

svc$get_price_list_file_url(
  PriceListArn = "string",
  FileFormat = "string"
)