Class GitHubEnterpriseSourceCredentialsProps
Creation properties for {@link GitHubEnterpriseSourceCredentials}.
Inheritance
System.Object
    GitHubEnterpriseSourceCredentialsProps
  Implements
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.AWS.CodeBuild.dll
Syntax (csharp)
public class GitHubEnterpriseSourceCredentialsProps : Object, IGitHubEnterpriseSourceCredentialsPropsSyntax (vb)
Public Class GitHubEnterpriseSourceCredentialsProps
    Inherits Object
    Implements IGitHubEnterpriseSourceCredentialsPropsRemarks
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.AWS.CodeBuild;
using Amazon.CDK;
SecretValue secretValue;
var gitHubEnterpriseSourceCredentialsProps = new GitHubEnterpriseSourceCredentialsProps {
    AccessToken = secretValue
};Synopsis
Constructors
| GitHubEnterpriseSourceCredentialsProps() | 
Properties
| AccessToken | The personal access token to use when contacting the instance of the GitHub Enterprise API. | 
Constructors
GitHubEnterpriseSourceCredentialsProps()
public GitHubEnterpriseSourceCredentialsProps()Properties
AccessToken
The personal access token to use when contacting the instance of the GitHub Enterprise API.
public SecretValue AccessToken { get; set; }Property Value