@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:20.068Z") @Stability(value=Experimental) public interface GitHubSourceCodeProviderProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GitHubSourceCodeProviderProps.Builder
A builder for
GitHubSourceCodeProviderProps |
static class |
GitHubSourceCodeProviderProps.Jsii$Proxy
An implementation for
GitHubSourceCodeProviderProps |
| Modifier and Type | Method and Description |
|---|---|
static GitHubSourceCodeProviderProps.Builder |
builder() |
SecretValue |
getOauthToken()
(experimental) A personal access token with the `repo` scope.
|
String |
getOwner()
(experimental) The user or organization owning the repository.
|
String |
getRepository()
(experimental) The name of the repository.
|
@Stability(value=Experimental) @NotNull SecretValue getOauthToken()
@Stability(value=Experimental) @NotNull String getOwner()
@Stability(value=Experimental) @NotNull String getRepository()
@Stability(value=Experimental) static GitHubSourceCodeProviderProps.Builder builder()
Copyright © 2021. All rights reserved.