Interface IGitHubEnterpriseSourceCredentialsProps
Creation properties for GitHubEnterpriseSourceCredentials
.
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGitHubEnterpriseSourceCredentialsProps
Syntax (vb)
Public Interface IGitHubEnterpriseSourceCredentialsProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
using Amazon.CDK.AWS.CodeBuild;
SecretValue secretValue;
var gitHubEnterpriseSourceCredentialsProps = new GitHubEnterpriseSourceCredentialsProps {
AccessToken = secretValue
};
Synopsis
Properties
AccessToken | The personal access token to use when contacting the instance of the GitHub Enterprise API. |
Properties
AccessToken
The personal access token to use when contacting the instance of the GitHub Enterprise API.
SecretValue AccessToken { get; }
Property Value