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.

Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.

Inheritance Hierarchy

System.Object
  Amazon.CodeStar.Model.GitHubCodeDestination

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

Syntax

C#
public class GitHubCodeDestination

The GitHubCodeDestination type exposes the following members

Constructors

NameDescription
Public Method GitHubCodeDestination()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

Description for the GitHub repository to be created in AWS CodeStar. This description displays in GitHub after the repository is created.

Public Property IssuesEnabled System.Boolean

Gets and sets the property IssuesEnabled.

Whether to enable issues for the GitHub repository.

Public Property Name System.String

Gets and sets the property Name.

Name of the GitHub repository to be created in AWS CodeStar.

Public Property Owner System.String

Gets and sets the property Owner.

The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar. If this repository should be owned by a GitHub organization, provide its name.

Public Property PrivateRepository System.Boolean

Gets and sets the property PrivateRepository.

Whether the GitHub repository is to be a private repository.

Public Property Token System.String

Gets and sets the property Token.

The GitHub user's personal access token for the GitHub repository.

Public Property Type System.String

Gets and sets the property Type.

The type of GitHub repository to be created in AWS CodeStar. Valid values are User or Organization.

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