Class Cloudbuildv2ConnectionGitlabConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuildv2_connection.Cloudbuildv2ConnectionGitlabConfig.Jsii$Proxy
-
- All Implemented Interfaces:
Cloudbuildv2ConnectionGitlabConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Cloudbuildv2ConnectionGitlabConfig
@Stability(Stable) @Internal public static final class Cloudbuildv2ConnectionGitlabConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Cloudbuildv2ConnectionGitlabConfig
An implementation forCloudbuildv2ConnectionGitlabConfig
-
-
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.cloudbuildv2_connection.Cloudbuildv2ConnectionGitlabConfig
Cloudbuildv2ConnectionGitlabConfig.Builder, Cloudbuildv2ConnectionGitlabConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Cloudbuildv2ConnectionGitlabConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildv2ConnectionGitlabConfig.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)Cloudbuildv2ConnectionGitlabConfigAuthorizerCredentialgetAuthorizerCredential()authorizer_credential block.StringgetHostUri()The URI of the GitLab Enterprise host this connection is for.Cloudbuildv2ConnectionGitlabConfigReadAuthorizerCredentialgetReadAuthorizerCredential()read_authorizer_credential block.Cloudbuildv2ConnectionGitlabConfigServiceDirectoryConfiggetServiceDirectoryConfig()service_directory_config block.StringgetSslCa()SSL certificate to use for requests to GitLab Enterprise.StringgetWebhookSecretSecretVersion()Required.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(Cloudbuildv2ConnectionGitlabConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildv2ConnectionGitlabConfig.Builder.
-
-
Method Detail
-
getAuthorizerCredential
public final Cloudbuildv2ConnectionGitlabConfigAuthorizerCredential getAuthorizerCredential()
Description copied from interface:Cloudbuildv2ConnectionGitlabConfigauthorizer_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}
- Specified by:
getAuthorizerCredentialin interfaceCloudbuildv2ConnectionGitlabConfig
-
getReadAuthorizerCredential
public final Cloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential getReadAuthorizerCredential()
Description copied from interface:Cloudbuildv2ConnectionGitlabConfigread_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}
- Specified by:
getReadAuthorizerCredentialin interfaceCloudbuildv2ConnectionGitlabConfig
-
getWebhookSecretSecretVersion
public final String getWebhookSecretSecretVersion()
Description copied from interface:Cloudbuildv2ConnectionGitlabConfigRequired. Immutable. SecretManager resource containing the webhook secret of a GitLab Enterprise project, 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.
- Specified by:
getWebhookSecretSecretVersionin interfaceCloudbuildv2ConnectionGitlabConfig
-
getHostUri
public final String getHostUri()
Description copied from interface:Cloudbuildv2ConnectionGitlabConfigThe URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#host_uri Cloudbuildv2Connection#host_uri}
- Specified by:
getHostUriin interfaceCloudbuildv2ConnectionGitlabConfig
-
getServiceDirectoryConfig
public final Cloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig getServiceDirectoryConfig()
Description copied from interface:Cloudbuildv2ConnectionGitlabConfigservice_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}
- Specified by:
getServiceDirectoryConfigin interfaceCloudbuildv2ConnectionGitlabConfig
-
getSslCa
public final String getSslCa()
Description copied from interface:Cloudbuildv2ConnectionGitlabConfigSSL certificate to use for requests to GitLab Enterprise.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#ssl_ca Cloudbuildv2Connection#ssl_ca}
- Specified by:
getSslCain interfaceCloudbuildv2ConnectionGitlabConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-