View source: R/datazone_operations.R
datazone_search_group_profiles | R Documentation |
Searches group profiles in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_search_group_profiles/ for full documentation.
datazone_search_group_profiles(
domainIdentifier,
groupType,
maxResults = NULL,
nextToken = NULL,
searchText = NULL
)
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. |
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
|
searchText |
Specifies the text for which to search. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.