Class GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature_membership.GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference
-
- 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:21.342Z") @Stability(Stable) public class GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference 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 GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference(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
-
GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference
protected GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference
protected GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference(@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
-
resetGcpServiceAccountEmail
@Stability(Stable) public void resetGcpServiceAccountEmail()
-
resetHttpsProxy
@Stability(Stable) public void resetHttpsProxy()
-
resetPolicyDir
@Stability(Stable) public void resetPolicyDir()
-
resetSecretType
@Stability(Stable) public void resetSecretType()
-
resetSyncBranch
@Stability(Stable) public void resetSyncBranch()
-
resetSyncRepo
@Stability(Stable) public void resetSyncRepo()
-
resetSyncRev
@Stability(Stable) public void resetSyncRev()
-
resetSyncWaitSecs
@Stability(Stable) public void resetSyncWaitSecs()
-
getGcpServiceAccountEmailInput
@Stability(Stable) @Nullable public String getGcpServiceAccountEmailInput()
-
getHttpsProxyInput
@Stability(Stable) @Nullable public String getHttpsProxyInput()
-
getPolicyDirInput
@Stability(Stable) @Nullable public String getPolicyDirInput()
-
getSecretTypeInput
@Stability(Stable) @Nullable public String getSecretTypeInput()
-
getSyncBranchInput
@Stability(Stable) @Nullable public String getSyncBranchInput()
-
getSyncRepoInput
@Stability(Stable) @Nullable public String getSyncRepoInput()
-
getSyncRevInput
@Stability(Stable) @Nullable public String getSyncRevInput()
-
getSyncWaitSecsInput
@Stability(Stable) @Nullable public String getSyncWaitSecsInput()
-
getGcpServiceAccountEmail
@Stability(Stable) @NotNull public String getGcpServiceAccountEmail()
-
setGcpServiceAccountEmail
@Stability(Stable) public void setGcpServiceAccountEmail(@NotNull String value)
-
getHttpsProxy
@Stability(Stable) @NotNull public String getHttpsProxy()
-
setHttpsProxy
@Stability(Stable) public void setHttpsProxy(@NotNull String value)
-
getPolicyDir
@Stability(Stable) @NotNull public String getPolicyDir()
-
setPolicyDir
@Stability(Stable) public void setPolicyDir(@NotNull String value)
-
getSecretType
@Stability(Stable) @NotNull public String getSecretType()
-
setSecretType
@Stability(Stable) public void setSecretType(@NotNull String value)
-
getSyncBranch
@Stability(Stable) @NotNull public String getSyncBranch()
-
setSyncBranch
@Stability(Stable) public void setSyncBranch(@NotNull String value)
-
getSyncRepo
@Stability(Stable) @NotNull public String getSyncRepo()
-
setSyncRepo
@Stability(Stable) public void setSyncRepo(@NotNull String value)
-
getSyncRev
@Stability(Stable) @NotNull public String getSyncRev()
-
setSyncRev
@Stability(Stable) public void setSyncRev(@NotNull String value)
-
getSyncWaitSecs
@Stability(Stable) @NotNull public String getSyncWaitSecs()
-
setSyncWaitSecs
@Stability(Stable) public void setSyncWaitSecs(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeHubFeatureMembershipConfigmanagementConfigSyncGit getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeHubFeatureMembershipConfigmanagementConfigSyncGit value)
-
-