View source: R/datazone_operations.R
datazone_list_project_profiles | R Documentation |
Lists project profiles.
See https://www.paws-r-sdk.com/docs/datazone_list_project_profiles/ for full documentation.
datazone_list_project_profiles(
domainIdentifier,
maxResults = NULL,
name = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
domainIdentifier |
[required] The ID of the domain where you want to list project profiles. |
maxResults |
The maximum number of project profiles to return in a single call to ListProjectProfiles. When the number of project profiles 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 ListProjectProfiles to list the next set of project profiles. |
name |
The name of a project profile. |
nextToken |
When the number of project profiles 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 project profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectProfiles to list the next set of project profiles. |
sortBy |
Specifies by what to sort project profiles. |
sortOrder |
Specifies the sort order of the project profiles. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.