View source: R/datazone_operations.R
datazone_list_projects | R Documentation |
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
)
domainIdentifier |
[required] The identifier of the Amazon DataZone domain. |
groupIdentifier |
The identifier of a group. |
maxResults |
The maximum number of projects to return in a single call to
|
name |
The name of the project. |
nextToken |
When the number of projects is greater than the default value for the
|
userIdentifier |
The identifier of the Amazon DataZone user. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.