Interface Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.101Z") @Stability(Stable) public interface Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Builderstatic classCloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Jsii$ProxyAn implementation forCloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Builderbuilder()StringgetUserTokenSecretVersion()Required.
-
-
-
Method Detail
-
getUserTokenSecretVersion
@Stability(Stable) @NotNull String getUserTokenSecretVersion()
Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: 'projects/* /secrets/* /versions/*'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#user_token_secret_version Cloudbuildv2Connection#user_token_secret_version} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Builder builder()
-
-