Interface Cloudbuildv2ConnectionBitbucketCloudConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    Cloudbuildv2ConnectionBitbucketCloudConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.100Z")
    @Stability(Stable)
    public interface Cloudbuildv2ConnectionBitbucketCloudConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAuthorizerCredential

        @Stability(Stable)
        @NotNull
        Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential getAuthorizerCredential()
        authorizer_credential block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#authorizer_credential Cloudbuildv2Connection#authorizer_credential}

      • getReadAuthorizerCredential

        @Stability(Stable)
        @NotNull
        Cloudbuildv2ConnectionBitbucketCloudConfigReadAuthorizerCredential getReadAuthorizerCredential()
        read_authorizer_credential block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#read_authorizer_credential Cloudbuildv2Connection#read_authorizer_credential}

      • getWebhookSecretSecretVersion

        @Stability(Stable)
        @NotNull
        String getWebhookSecretSecretVersion()
        Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as 'projects/* /secrets/* /versions/*'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#webhook_secret_secret_version Cloudbuildv2Connection#webhook_secret_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.

      • getWorkspace

        @Stability(Stable)
        @NotNull
        String getWorkspace()
        The Bitbucket Cloud Workspace ID to be connected to Google Cloud Platform.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#workspace Cloudbuildv2Connection#workspace}