@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.333Z") @Stability(value=Stable) public interface GitHubEnterpriseSourceCredentialsProps extends software.amazon.jsii.JsiiSerializable
GitHubEnterpriseSourceCredentials.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
import software.amazon.awscdk.services.codebuild.*;
SecretValue secretValue;
GitHubEnterpriseSourceCredentialsProps gitHubEnterpriseSourceCredentialsProps = GitHubEnterpriseSourceCredentialsProps.builder()
.accessToken(secretValue)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
GitHubEnterpriseSourceCredentialsProps.Builder
A builder for
GitHubEnterpriseSourceCredentialsProps |
static class |
GitHubEnterpriseSourceCredentialsProps.Jsii$Proxy
An implementation for
GitHubEnterpriseSourceCredentialsProps |
| Modifier and Type | Method and Description |
|---|---|
static GitHubEnterpriseSourceCredentialsProps.Builder |
builder() |
SecretValue |
getAccessToken()
The personal access token to use when contacting the instance of the GitHub Enterprise API.
|
@Stability(value=Stable) @NotNull SecretValue getAccessToken()
@Stability(value=Stable) static GitHubEnterpriseSourceCredentialsProps.Builder builder()
Copyright © 2022. All rights reserved.