| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnSourceCredential.Builder |
CfnSourceCredential.Builder.authType(String authType)
The type of authentication used by the credentials.
|
static CfnSourceCredential.Builder |
CfnSourceCredential.Builder.create(software.constructs.Construct scope,
String id) |
CfnSourceCredential.Builder |
CfnSourceCredential.Builder.serverType(String serverType)
The type of source provider.
|
CfnSourceCredential.Builder |
CfnSourceCredential.Builder.token(String token)
For GitHub or GitHub Enterprise, this is the personal access token.
|
CfnSourceCredential.Builder |
CfnSourceCredential.Builder.username(String username)
The Bitbucket username when the `authType` is BASIC_AUTH.
|
Copyright © 2022. All rights reserved.