GitHubCodeDestination

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Whether to enable issues for the GitHub repository.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Whether the GitHub repository is to be a private repository.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String