CodeCatalyst / Client / create_project
create_project#
- CodeCatalyst.Client.create_project(**kwargs)#
- Creates a project in a specified space. - See also: AWS API Documentation - Request Syntax - response = client.create_project( spaceName='string', displayName='string', description='string' ) - Parameters:
- spaceName (string) – - [REQUIRED] - The name of the space. 
- displayName (string) – - [REQUIRED] - The friendly name of the project that will be displayed to users. 
- description (string) – The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'spaceName': 'string', 'name': 'string', 'displayName': 'string', 'description': 'string' } - Response Structure - (dict) – - spaceName (string) – - The name of the space. 
- name (string) – - The name of the project in the space. 
- displayName (string) – - The friendly name of the project. 
- description (string) – - The description of the project. 
 
 
 - Exceptions - CodeCatalyst.Client.exceptions.ThrottlingException
- CodeCatalyst.Client.exceptions.ConflictException
- CodeCatalyst.Client.exceptions.ValidationException
- CodeCatalyst.Client.exceptions.ServiceQuotaExceededException
- CodeCatalyst.Client.exceptions.ResourceNotFoundException
- CodeCatalyst.Client.exceptions.AccessDeniedException