Class Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloudbuildv2_connection.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
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description Cloudbuildv2ConnectionGithubEnterpriseConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudbuildv2ConnectionGithubEnterpriseConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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
-
putServiceDirectoryConfig
@Stability(Stable) public void putServiceDirectoryConfig(@NotNull Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig value)- Parameters:
value- This parameter is required.
-
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()
-
getServiceDirectoryConfig
@Stability(Stable) @NotNull public Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfigOutputReference getServiceDirectoryConfig()
-
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()
-
getServiceDirectoryConfigInput
@Stability(Stable) @Nullable public Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig getServiceDirectoryConfigInput()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public Cloudbuildv2ConnectionGithubEnterpriseConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable Cloudbuildv2ConnectionGithubEnterpriseConfig value)
-
-