Interface GitHubSourceCredentialsProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GitHubSourceCredentialsProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.791Z")
@Stability(Stable)
public interface GitHubSourceCredentialsProps
extends software.amazon.jsii.JsiiSerializable
Creation properties for
GitHubSourceCredentials
.
Example:
GitHubSourceCredentials.Builder.create(this, "CodeBuildGitHubCreds") .accessToken(SecretValue.secretsManager("my-token")) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forGitHubSourceCredentialsProps
static final class
An implementation forGitHubSourceCredentialsProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The personal access token to use when contacting the GitHub API.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessToken
The personal access token to use when contacting the GitHub API. -
builder
-