codecatalyst_create_project: Creates a project in a specified space

View source: R/codecatalyst_operations.R

codecatalyst_create_projectR Documentation

Creates a project in a specified space

Description

Creates a project in a specified space.

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

Usage

codecatalyst_create_project(spaceName, displayName, description = NULL)

Arguments

spaceName

[required] The name of the space.

displayName

[required] The friendly name of the project that will be displayed to users.

description

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.