Searches group profiles in Amazon DataZone
Source:R/datazone_operations.R
datazone_search_group_profiles.RdSearches group profiles in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_search_group_profiles/ for full documentation.
Usage
datazone_search_group_profiles(
domainIdentifier,
groupType,
searchText = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain in which you want to search group profiles.
- groupType
[required] The group type for which to search.
- searchText
Specifies the text for which to search.
- maxResults
The maximum number of results to return in a single call to
search_group_profiles. 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_group_profilesto 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_group_profilesto list the next set of results.