View source: R/datazone_operations.R
datazone_search | R Documentation |
Searches for assets in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_search/ for full documentation.
datazone_search(
additionalAttributes = NULL,
domainIdentifier,
filters = NULL,
maxResults = NULL,
nextToken = NULL,
owningProjectIdentifier = NULL,
searchIn = NULL,
searchScope,
searchText = NULL,
sort = NULL
)
additionalAttributes |
Specifies additional attributes for the |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain. |
filters |
Specifies the search filters. |
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
|
owningProjectIdentifier |
The identifier of the owning project specified for the search. |
searchIn |
The details of the search. |
searchScope |
[required] The scope of the search. |
searchText |
Specifies the text for which to search. |
sort |
Specifies the way in which the search results are to be sorted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.