interface GitHubEnterpriseSourceCredentialsProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.GitHubEnterpriseSourceCredentialsProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#GitHubEnterpriseSourceCredentialsProps |
![]() | software.amazon.awscdk.services.codebuild.GitHubEnterpriseSourceCredentialsProps |
![]() | aws_cdk.aws_codebuild.GitHubEnterpriseSourceCredentialsProps |
![]() | aws-cdk-lib » aws_codebuild » GitHubEnterpriseSourceCredentialsProps |
Creation properties for GitHubEnterpriseSourceCredentials
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
import { aws_codebuild as codebuild } from 'aws-cdk-lib';
declare const secretValue: cdk.SecretValue;
const gitHubEnterpriseSourceCredentialsProps: codebuild.GitHubEnterpriseSourceCredentialsProps = {
accessToken: secretValue,
};
Properties
Name | Type | Description |
---|---|---|
access | Secret | The personal access token to use when contacting the instance of the GitHub Enterprise API. |
accessToken
Type:
Secret
The personal access token to use when contacting the instance of the GitHub Enterprise API.