View source: R/datazone_operations.R
datazone_search_listings | R Documentation |
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.
datazone_search_listings(
additionalAttributes = NULL,
domainIdentifier,
filters = NULL,
maxResults = NULL,
nextToken = NULL,
searchIn = NULL,
searchText = NULL,
sort = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.