Show / Hide Table of Contents

Class GitHubEnterpriseSourceCredentialsProps

Creation properties for {@link GitHubEnterpriseSourceCredentials}.

Inheritance
System.Object
GitHubEnterpriseSourceCredentialsProps
Implements
IGitHubEnterpriseSourceCredentialsProps
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.AWS.CodeBuild.dll
Syntax (csharp)
public class GitHubEnterpriseSourceCredentialsProps : Object, IGitHubEnterpriseSourceCredentialsProps
Syntax (vb)
Public Class GitHubEnterpriseSourceCredentialsProps
    Inherits Object
    Implements 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.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

SecretValue

Implements

IGitHubEnterpriseSourceCredentialsProps
Back to top Generated by DocFX