AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateProject operation. Creates a project, including project resources. This action creates a project based on a submitted project request. A set of source code files and a toolchain template file can be included with the project request. If these are not provided, an empty project is created.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeStar.AmazonCodeStarRequest
      Amazon.CodeStar.Model.CreateProjectRequest

Namespace: Amazon.CodeStar.Model
Assembly: AWSSDK.CodeStar.dll
Version: 3.x.y.z

Syntax

C#
public class CreateProjectRequest : AmazonCodeStarRequest
         IAmazonWebServiceRequest

The CreateProjectRequest type exposes the following members

Constructors

NameDescription
Public Method CreateProjectRequest()

Properties

NameTypeDescription
Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

A user- or system-generated token that identifies the entity that requested project creation. This token can be used to repeat the request.

Public Property Description System.String

Gets and sets the property Description.

The description of the project, if any.

Public Property Id System.String

Gets and sets the property Id.

The ID of the project to be created in AWS CodeStar.

Public Property Name System.String

Gets and sets the property Name.

The display name for the project to be created in AWS CodeStar.

Public Property SourceCode System.Collections.Generic.List<Amazon.CodeStar.Model.Code>

Gets and sets the property SourceCode.

A list of the Code objects submitted with the project request. If this parameter is specified, the request must also include the toolchain parameter.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags created for the project.

Public Property Toolchain Amazon.CodeStar.Model.Toolchain

Gets and sets the property Toolchain.

The name of the toolchain template file submitted with the project request. If this parameter is specified, the request must also include the sourceCode parameter.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5