datazone_search_listings {paws.analytics} | R Documentation |
Searches listings (records of an asset at a given time) in Amazon DataZone
Description
Searches listings (records of an asset at a given time) in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_search_listings/ for full documentation.
Usage
datazone_search_listings(
additionalAttributes = NULL,
domainIdentifier,
filters = NULL,
maxResults = NULL,
nextToken = NULL,
searchIn = NULL,
searchText = NULL,
sort = NULL
)
Arguments
additionalAttributes |
Specifies additional attributes for the search. |
domainIdentifier |
[required] The identifier of the domain in which to search listings. |
filters |
Specifies the filters for the search of listings. |
maxResults |
The maximum number of results to return in a single call to
|
nextToken |
When the number of results is greater than the default value for the
|
searchIn |
The details of the search. |
searchText |
Specifies the text for which to search. |
sort |
Specifies the way for sorting the search results. |