@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:26.305Z") @Stability(value=Experimental) public class BitBucketSourceCredentials extends Resource
Note: CodeBuild only allows a single credential for BitBucket to be saved in a given AWS account in a given region - any attempt to add more than one will result in an error.
Example:
BitBucketSourceCredentials.Builder.create(this, "CodeBuildBitBucketCreds")
.username(SecretValue.secretsManager("my-bitbucket-creds", SecretsManagerSecretOptions.builder().jsonField("username").build()))
.password(SecretValue.secretsManager("my-bitbucket-creds", SecretsManagerSecretOptions.builder().jsonField("password").build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
BitBucketSourceCredentials.Builder
(experimental) A fluent builder for
BitBucketSourceCredentials. |
software.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
BitBucketSourceCredentials(software.constructs.Construct scope,
String id,
BitBucketSourceCredentialsProps props) |
protected |
BitBucketSourceCredentials(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
BitBucketSourceCredentials(software.amazon.jsii.JsiiObjectRef objRef) |
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected BitBucketSourceCredentials(software.amazon.jsii.JsiiObjectRef objRef)
protected BitBucketSourceCredentials(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public BitBucketSourceCredentials(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
BitBucketSourceCredentialsProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.