Class Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.110Z")
    @Stability(Stable)
    public class Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference

        protected Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference

        protected Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference

        @Stability(Stable)
        public Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference​(@NotNull
                                                                           com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                           @NotNull
                                                                           String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetAppId

        @Stability(Stable)
        public void resetAppId()
      • resetAppInstallationId

        @Stability(Stable)
        public void resetAppInstallationId()
      • resetAppSlug

        @Stability(Stable)
        public void resetAppSlug()
      • resetPrivateKeySecretVersion

        @Stability(Stable)
        public void resetPrivateKeySecretVersion()
      • resetServiceDirectoryConfig

        @Stability(Stable)
        public void resetServiceDirectoryConfig()
      • resetSslCa

        @Stability(Stable)
        public void resetSslCa()
      • resetWebhookSecretSecretVersion

        @Stability(Stable)
        public void resetWebhookSecretSecretVersion()
      • getAppIdInput

        @Stability(Stable)
        @Nullable
        public Number getAppIdInput()
      • getAppInstallationIdInput

        @Stability(Stable)
        @Nullable
        public Number getAppInstallationIdInput()
      • getAppSlugInput

        @Stability(Stable)
        @Nullable
        public String getAppSlugInput()
      • getHostUriInput

        @Stability(Stable)
        @Nullable
        public String getHostUriInput()
      • getPrivateKeySecretVersionInput

        @Stability(Stable)
        @Nullable
        public String getPrivateKeySecretVersionInput()
      • getSslCaInput

        @Stability(Stable)
        @Nullable
        public String getSslCaInput()
      • getWebhookSecretSecretVersionInput

        @Stability(Stable)
        @Nullable
        public String getWebhookSecretSecretVersionInput()
      • getAppId

        @Stability(Stable)
        @NotNull
        public Number getAppId()
      • setAppId

        @Stability(Stable)
        public void setAppId​(@NotNull
                             Number value)
      • getAppInstallationId

        @Stability(Stable)
        @NotNull
        public Number getAppInstallationId()
      • setAppInstallationId

        @Stability(Stable)
        public void setAppInstallationId​(@NotNull
                                         Number value)
      • getAppSlug

        @Stability(Stable)
        @NotNull
        public String getAppSlug()
      • setAppSlug

        @Stability(Stable)
        public void setAppSlug​(@NotNull
                               String value)
      • getHostUri

        @Stability(Stable)
        @NotNull
        public String getHostUri()
      • setHostUri

        @Stability(Stable)
        public void setHostUri​(@NotNull
                               String value)
      • getPrivateKeySecretVersion

        @Stability(Stable)
        @NotNull
        public String getPrivateKeySecretVersion()
      • setPrivateKeySecretVersion

        @Stability(Stable)
        public void setPrivateKeySecretVersion​(@NotNull
                                               String value)
      • getSslCa

        @Stability(Stable)
        @NotNull
        public String getSslCa()
      • setSslCa

        @Stability(Stable)
        public void setSslCa​(@NotNull
                             String value)
      • getWebhookSecretSecretVersion

        @Stability(Stable)
        @NotNull
        public String getWebhookSecretSecretVersion()
      • setWebhookSecretSecretVersion

        @Stability(Stable)
        public void setWebhookSecretSecretVersion​(@NotNull
                                                  String value)