Learn R Programming

paws.analytics (version 0.7.0)

datazone_search_types: Searches for types in Amazon DataZone

Description

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,
  filters = NULL,
  managed,
  maxResults = NULL,
  nextToken = NULL,
  searchIn = NULL,
  searchScope,
  searchText = NULL,
  sort = NULL
)

Arguments

domainIdentifier

[required] The identifier of the Amazon DataZone domain in which to invoke the search_types action.

filters

The filters for the search_types action.

managed

[required] Specifies whether the search is managed.

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 of MaxResults, the response contains a NextToken value that you can use in a subsequent call to search_types to list the next set of results.

nextToken

When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to search_types to list the next set of results.

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 search_types results.