datazone_list_project_profiles: Lists project profiles

View source: R/datazone_operations.R

datazone_list_project_profilesR Documentation

Lists project profiles

Description

Lists project profiles.

See https://www.paws-r-sdk.com/docs/datazone_list_project_profiles/ for full documentation.

Usage

datazone_list_project_profiles(
  domainIdentifier,
  maxResults = NULL,
  name = NULL,
  nextToken = NULL,
  sortBy = NULL,
  sortOrder = NULL
)

Arguments

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.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.