GitHubSourceCredentialsProps¶
-
class
aws_cdk.aws_codebuild.
GitHubSourceCredentialsProps
(*, access_token)¶ Bases:
object
Creation properties for {@link GitHubSourceCredentials}.
- Parameters
access_token (
SecretValue
) – The personal access token to use when contacting the GitHub API.
Attributes
-
access_token
¶ The personal access token to use when contacting the GitHub API.
- Return type