View source: R/datazone_operations.R
datazone_search_types | R Documentation |
Searches for types in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_search_types/ for full documentation.
datazone_search_types(
domainIdentifier,
filters = NULL,
managed,
maxResults = NULL,
nextToken = NULL,
searchIn = NULL,
searchScope,
searchText = NULL,
sort = NULL
)
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which to invoke the
|
filters |
The filters for the |
managed |
[required] Specifies whether the search is managed. |
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. |
searchScope |
[required] Specifies the scope of the search for types. |
searchText |
Specifies the text for which to search. |
sort |
The specifies the way to sort the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.