Interface Cloudbuildv2ConnectionBitbucketDataCenterConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudbuildv2ConnectionBitbucketDataCenterConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.101Z") @Stability(Stable) public interface Cloudbuildv2ConnectionBitbucketDataCenterConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildv2ConnectionBitbucketDataCenterConfig.BuilderA builder forCloudbuildv2ConnectionBitbucketDataCenterConfigstatic classCloudbuildv2ConnectionBitbucketDataCenterConfig.Jsii$ProxyAn implementation forCloudbuildv2ConnectionBitbucketDataCenterConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Cloudbuildv2ConnectionBitbucketDataCenterConfig.Builderbuilder()Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredentialgetAuthorizerCredential()authorizer_credential block.StringgetHostUri()The URI of the Bitbucket Data Center host this connection is for.Cloudbuildv2ConnectionBitbucketDataCenterConfigReadAuthorizerCredentialgetReadAuthorizerCredential()read_authorizer_credential block.default Cloudbuildv2ConnectionBitbucketDataCenterConfigServiceDirectoryConfiggetServiceDirectoryConfig()service_directory_config block.default StringgetSslCa()SSL certificate to use for requests to the Bitbucket Data Center.StringgetWebhookSecretSecretVersion()Required.
-
-
-
Method Detail
-
getAuthorizerCredential
@Stability(Stable) @NotNull Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential 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}
-
getHostUri
@Stability(Stable) @NotNull String getHostUri()
The URI of the Bitbucket Data Center host this connection is for.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#host_uri Cloudbuildv2Connection#host_uri}
-
getReadAuthorizerCredential
@Stability(Stable) @NotNull Cloudbuildv2ConnectionBitbucketDataCenterConfigReadAuthorizerCredential 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.
-
getServiceDirectoryConfig
@Stability(Stable) @Nullable default Cloudbuildv2ConnectionBitbucketDataCenterConfigServiceDirectoryConfig getServiceDirectoryConfig()
service_directory_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#service_directory_config Cloudbuildv2Connection#service_directory_config}
-
getSslCa
@Stability(Stable) @Nullable default String getSslCa()
SSL certificate to use for requests to the Bitbucket Data Center.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#ssl_ca Cloudbuildv2Connection#ssl_ca}
-
builder
@Stability(Stable) static Cloudbuildv2ConnectionBitbucketDataCenterConfig.Builder builder()
-
-