@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:01.770Z") @Stability(value=Experimental) public interface GitLabSourceCodeProviderProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GitLabSourceCodeProviderProps.Builder
A builder for
GitLabSourceCodeProviderProps |
static class |
GitLabSourceCodeProviderProps.Jsii$Proxy
An implementation for
GitLabSourceCodeProviderProps |
| Modifier and Type | Method and Description |
|---|---|
static GitLabSourceCodeProviderProps.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 GitLabSourceCodeProviderProps.Builder builder()
Copyright © 2020. All rights reserved.