Interface Cloudbuildv2ConnectionGithubEnterpriseConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudbuildv2ConnectionGithubEnterpriseConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.105Z") @Stability(Stable) public interface Cloudbuildv2ConnectionGithubEnterpriseConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildv2ConnectionGithubEnterpriseConfig.BuilderA builder forCloudbuildv2ConnectionGithubEnterpriseConfigstatic classCloudbuildv2ConnectionGithubEnterpriseConfig.Jsii$ProxyAn implementation forCloudbuildv2ConnectionGithubEnterpriseConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Cloudbuildv2ConnectionGithubEnterpriseConfig.Builderbuilder()default NumbergetAppId()Id of the GitHub App created from the manifest.default NumbergetAppInstallationId()ID of the installation of the GitHub App.default StringgetAppSlug()The URL-friendly name of the GitHub App.StringgetHostUri()Required.default StringgetPrivateKeySecretVersion()SecretManager resource containing the private key of the GitHub App, formatted as 'projects/* /secrets/* /versions/*'.default Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfiggetServiceDirectoryConfig()service_directory_config block.default StringgetSslCa()SSL certificate to use for requests to GitHub Enterprise.default StringgetWebhookSecretSecretVersion()SecretManager resource containing the webhook secret of the GitHub App, formatted as 'projects/* /secrets/* /versions/*'.
-
-
-
Method Detail
-
getHostUri
@Stability(Stable) @NotNull String getHostUri()
Required. The URI of the GitHub Enterprise 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}
-
getAppId
@Stability(Stable) @Nullable default Number getAppId()
Id of the GitHub App created from the manifest.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#app_id Cloudbuildv2Connection#app_id}
-
getAppInstallationId
@Stability(Stable) @Nullable default Number getAppInstallationId()
ID of the installation of the GitHub App.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#app_installation_id Cloudbuildv2Connection#app_installation_id}
-
getAppSlug
@Stability(Stable) @Nullable default String getAppSlug()
The URL-friendly name of the GitHub App.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#app_slug Cloudbuildv2Connection#app_slug}
-
getPrivateKeySecretVersion
@Stability(Stable) @Nullable default String getPrivateKeySecretVersion()
SecretManager resource containing the private key of the GitHub App, formatted as 'projects/* /secrets/* /versions/*'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#private_key_secret_version Cloudbuildv2Connection#private_key_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 Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig 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 GitHub 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}
-
getWebhookSecretSecretVersion
@Stability(Stable) @Nullable default String getWebhookSecretSecretVersion()
SecretManager resource containing the webhook secret of the GitHub App, 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.
-
builder
@Stability(Stable) static Cloudbuildv2ConnectionGithubEnterpriseConfig.Builder builder()
-
-