Searches for types in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_search_types/ for full documentation.
Usage
datazone_search_types(
domainIdentifier,
maxResults = NULL,
nextToken = NULL,
searchScope,
searchText = NULL,
searchIn = NULL,
filters = NULL,
sort = NULL,
managed
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain in which to invoke the
search_typesaction.- maxResults
The maximum number of results to return in a single call to
search_types. When the number of results to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tosearch_typesto list the next set of results.- nextToken
When the number of results is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tosearch_typesto list the next set of results.- searchScope
[required] Specifies the scope of the search for types.
- searchText
Specifies the text for which to search.
- searchIn
The details of the search.
- filters
The filters for the
search_typesaction.- sort
The specifies the way to sort the
search_typesresults.- managed
[required] Specifies whether the search is managed.