Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codestar.CfnGitHubRepositoryPropsMixin.Builder
Packages that use CfnGitHubRepositoryPropsMixin.Builder
-
Uses of CfnGitHubRepositoryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codestar
Methods in software.amazon.awscdk.cfnpropertymixins.services.codestar that return CfnGitHubRepositoryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnGitHubRepositoryPropsMixin.Builder.code(CfnGitHubRepositoryPropsMixin.CodeProperty code) Information about code to be committed to a repository after it is created in an CloudFormation stack.CfnGitHubRepositoryPropsMixin.Builder.code(IResolvable code) Information about code to be committed to a repository after it is created in an CloudFormation stack.CfnGitHubRepositoryPropsMixin.Builder.connectionArn(String connectionArn) CfnGitHubRepositoryPropsMixin.Builder.create()CfnGitHubRepositoryPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGitHubRepositoryPropsMixin.Builder.enableIssues(Boolean enableIssues) Indicates whether to enable issues for the GitHub repository.CfnGitHubRepositoryPropsMixin.Builder.enableIssues(IResolvable enableIssues) Indicates whether to enable issues for the GitHub repository.Indicates whether the GitHub repository is a private repository.CfnGitHubRepositoryPropsMixin.Builder.isPrivate(IResolvable isPrivate) Indicates whether the GitHub repository is a private repository.CfnGitHubRepositoryPropsMixin.Builder.repositoryAccessToken(String repositoryAccessToken) The GitHub user's personal access token for the GitHub repository.CfnGitHubRepositoryPropsMixin.Builder.repositoryDescription(String repositoryDescription) A comment or description about the new repository.CfnGitHubRepositoryPropsMixin.Builder.repositoryName(String repositoryName) The name of the repository you want to create in GitHub with CloudFormation stack creation.CfnGitHubRepositoryPropsMixin.Builder.repositoryOwner(String repositoryOwner) The GitHub user name for the owner of the GitHub repository to be created.