List Shared Projects
| codebuild_list_shared_projects | R Documentation | 
Gets a list of projects that are shared with other Amazon Web Services accounts or users¶
Description¶
Gets a list of projects that are shared with other Amazon Web Services accounts or users.
Usage¶
codebuild_list_shared_projects(sortBy, sortOrder, maxResults, nextToken)
Arguments¶
| sortBy | The criterion to be used to list build projects shared with the current Amazon Web Services account or user. Valid values include: 
 | 
| sortOrder | The order in which to list shared build projects. Valid values include: 
 | 
| maxResults | The maximum number of paginated shared build projects returned
per response. Use  | 
| nextToken | During a previous call, the maximum number of items that can be
returned is the value specified in  | 
Value¶
A list with the following syntax:
list(
  nextToken = "string",
  projects = list(
    "string"
  )
)
Request syntax¶
svc$list_shared_projects(
  sortBy = "ARN"|"MODIFIED_TIME",
  sortOrder = "ASCENDING"|"DESCENDING",
  maxResults = 123,
  nextToken = "string"
)