View source: R/datazone_operations.R
datazone_list_project_memberships | R Documentation |
Lists all members of the specified project.
See https://www.paws-r-sdk.com/docs/datazone_list_project_memberships/ for full documentation.
datazone_list_project_memberships(
domainIdentifier,
maxResults = NULL,
nextToken = NULL,
projectIdentifier,
sortBy = NULL,
sortOrder = NULL
)
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which you want to list project memberships. |
maxResults |
The maximum number of memberships to return in a single call to
|
nextToken |
When the number of memberships is greater than the default value for the
|
projectIdentifier |
[required] The identifier of the project whose memberships you want to list. |
sortBy |
The method by which you want to sort the project memberships. |
sortOrder |
The sort order of the project memberships. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.