| Package | Description |
|---|---|
| software.amazon.awscdk.services.codestar |
AWS::CodeStar Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.code(CfnGitHubRepository.CodeProperty code)
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.code(IResolvable code)
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.connectionArn(String connectionArn)
`AWS::CodeStar::GitHubRepository.ConnectionArn`.
|
static CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.create(software.constructs.Construct scope,
String id) |
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.enableIssues(Boolean enableIssues)
Indicates whether to enable issues for the GitHub repository.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.enableIssues(IResolvable enableIssues)
Indicates whether to enable issues for the GitHub repository.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.isPrivate(Boolean isPrivate)
Indicates whether the GitHub repository is a private repository.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.isPrivate(IResolvable isPrivate)
Indicates whether the GitHub repository is a private repository.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.repositoryAccessToken(String repositoryAccessToken)
The GitHub user's personal access token for the GitHub repository.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.repositoryDescription(String repositoryDescription)
A comment or description about the new repository.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.repositoryName(String repositoryName)
The name of the repository you want to create in GitHub with AWS CloudFormation stack creation.
|
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.repositoryOwner(String repositoryOwner)
The GitHub user name for the owner of the GitHub repository to be created.
|
Copyright © 2022. All rights reserved.