Class CloudbuildBitbucketServerConfigSecrets.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_bitbucket_server_config.CloudbuildBitbucketServerConfigSecrets.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildBitbucketServerConfigSecrets,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildBitbucketServerConfigSecrets
@Stability(Stable) @Internal public static final class CloudbuildBitbucketServerConfigSecrets.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildBitbucketServerConfigSecrets
An implementation forCloudbuildBitbucketServerConfigSecrets
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloudbuild_bitbucket_server_config.CloudbuildBitbucketServerConfigSecrets
CloudbuildBitbucketServerConfigSecrets.Builder, CloudbuildBitbucketServerConfigSecrets.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildBitbucketServerConfigSecrets.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildBitbucketServerConfigSecrets.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAdminAccessTokenVersionName()The resource name for the admin access token's secret version.StringgetReadAccessTokenVersionName()The resource name for the read access token's secret version.StringgetWebhookSecretVersionName()Immutable.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudbuildBitbucketServerConfigSecrets.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildBitbucketServerConfigSecrets.Builder.
-
-
Method Detail
-
getAdminAccessTokenVersionName
public final String getAdminAccessTokenVersionName()
Description copied from interface:CloudbuildBitbucketServerConfigSecretsThe resource name for the admin access token's secret version.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_bitbucket_server_config#admin_access_token_version_name CloudbuildBitbucketServerConfig#admin_access_token_version_name}
- Specified by:
getAdminAccessTokenVersionNamein interfaceCloudbuildBitbucketServerConfigSecrets
-
getReadAccessTokenVersionName
public final String getReadAccessTokenVersionName()
Description copied from interface:CloudbuildBitbucketServerConfigSecretsThe resource name for the read access token's secret version.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_bitbucket_server_config#read_access_token_version_name CloudbuildBitbucketServerConfig#read_access_token_version_name}
- Specified by:
getReadAccessTokenVersionNamein interfaceCloudbuildBitbucketServerConfigSecrets
-
getWebhookSecretVersionName
public final String getWebhookSecretVersionName()
Description copied from interface:CloudbuildBitbucketServerConfigSecretsImmutable.The resource name for the webhook secret's secret version. Once this field has been set, it cannot be changed. Changing this field will result in deleting/ recreating the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_bitbucket_server_config#webhook_secret_version_name CloudbuildBitbucketServerConfig#webhook_secret_version_name}
- Specified by:
getWebhookSecretVersionNamein interfaceCloudbuildBitbucketServerConfigSecrets
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-