Builder

class Builder

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
var name: String?

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
var type: String?

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