@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:44.422Z") @Stability(value=Experimental) 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.core.*;
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()
(experimental) The personal access token to use when contacting the instance of the GitHub Enterprise API.
|
@Stability(value=Experimental) @NotNull SecretValue getAccessToken()
@Stability(value=Experimental) static GitHubEnterpriseSourceCredentialsProps.Builder builder()
Copyright © 2022. All rights reserved.