Lists Amazon DataZone projects.
See https://www.paws-r-sdk.com/docs/datazone_list_projects/ for full documentation.
datazone_list_projects(
domainIdentifier,
groupIdentifier = NULL,
maxResults = NULL,
name = NULL,
nextToken = NULL,
userIdentifier = NULL
)[required] The identifier of the Amazon DataZone domain.
The identifier of a group.
The maximum number of projects to return in a single call to
list_projects. When the number of projects
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
list_projects to list the next set of
projects.
When the number of projects 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 projects, the response
includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to
list_projects to list the next set of
projects.
The identifier of the Amazon DataZone user.