list_projects
(**kwargs)¶Lists all projects in AWS CodeStar associated with your AWS account.
See also: AWS API Documentation
Request Syntax
response = client.list_projects(
nextToken='string',
maxResults=123
)
dict
Response Syntax
{
'projects': [
{
'projectId': 'string',
'projectArn': 'string'
},
],
'nextToken': 'string'
}
Response Structure
(dict) --
projects (list) --
A list of projects.
(dict) --
Information about the metadata for a project.
projectId (string) --
The ID of the project.
projectArn (string) --
The Amazon Resource Name (ARN) of the project.
nextToken (string) --
The continuation token to use when requesting the next set of results, if there are more results to be returned.
Exceptions
CodeStar.Client.exceptions.InvalidNextTokenException
CodeStar.Client.exceptions.ValidationException