CodeBuild / Client / list_sandboxes_for_project
list_sandboxes_for_project¶
- CodeBuild.Client.list_sandboxes_for_project(**kwargs)¶
Gets a list of sandboxes for a given project.
See also: AWS API Documentation
Request Syntax
response = client.list_sandboxes_for_project( projectName='string', maxResults=123, sortOrder='ASCENDING'|'DESCENDING', nextToken='string' )
- Parameters:
projectName (string) –
[REQUIRED]
The CodeBuild project name.
maxResults (integer) – The maximum number of sandbox records to be retrieved.
sortOrder (string) – The order in which sandbox records should be retrieved.
nextToken (string) – The next token, if any, to get paginated results. You will get this value from previous execution of list sandboxes.
- Return type:
dict
- Returns:
Response Syntax
{ 'ids': [ 'string', ], 'nextToken': 'string' }
Response Structure
(dict) –
ids (list) –
Information about the requested sandbox IDs.
(string) –
nextToken (string) –
Information about the next token to get paginated results.
Exceptions