Interface Cloudbuildv2ConnectionGitlabConfig

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

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

      • getAuthorizerCredential

        @Stability(Stable)
        @NotNull
        Cloudbuildv2ConnectionGitlabConfigAuthorizerCredential 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
        Cloudbuildv2ConnectionGitlabConfigReadAuthorizerCredential 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 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.

      • getHostUri

        @Stability(Stable)
        @Nullable
        default String getHostUri()
        The 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}

      • getServiceDirectoryConfig

        @Stability(Stable)
        @Nullable
        default Cloudbuildv2ConnectionGitlabConfigServiceDirectoryConfig 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 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}