| Package | Description |
|---|---|
| software.amazon.awscdk.services.codestar |
AWS::CodeStar Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default RepositoryVisibility |
GitHubRepositoryProps.getVisibility()
(experimental) Indicates whether the GitHub repository is a private repository.
|
RepositoryVisibility |
GitHubRepositoryProps.Jsii$Proxy.getVisibility() |
static RepositoryVisibility |
RepositoryVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryVisibility[] |
RepositoryVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubRepository.Builder |
GitHubRepository.Builder.visibility(RepositoryVisibility visibility)
(experimental) Indicates whether the GitHub repository is a private repository.
|
GitHubRepositoryProps.Builder |
GitHubRepositoryProps.Builder.visibility(RepositoryVisibility visibility)
Sets the value of
GitHubRepositoryProps.getVisibility() |
| Constructor and Description |
|---|
Jsii$Proxy(SecretValue accessToken,
IBucket contentsBucket,
String contentsKey,
String owner,
String repositoryName,
String contentsS3Version,
String description,
Boolean enableIssues,
RepositoryVisibility visibility)
Constructor that initializes the object based on literal property values passed by the
GitHubRepositoryProps.Builder. |
Copyright © 2021. All rights reserved.