Class GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature_membership.GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference
-
- 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 GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference 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 GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference(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
-
GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference
protected GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference
protected GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementConfigSyncOutputReference(@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
-
putGit
@Stability(Stable) public void putGit(@NotNull GkeHubFeatureMembershipConfigmanagementConfigSyncGit value)- Parameters:
value- This parameter is required.
-
putOci
@Stability(Stable) public void putOci(@NotNull GkeHubFeatureMembershipConfigmanagementConfigSyncOci value)- Parameters:
value- This parameter is required.
-
resetEnabled
@Stability(Stable) public void resetEnabled()
-
resetGit
@Stability(Stable) public void resetGit()
-
resetMetricsGcpServiceAccountEmail
@Stability(Stable) public void resetMetricsGcpServiceAccountEmail()
-
resetOci
@Stability(Stable) public void resetOci()
-
resetPreventDrift
@Stability(Stable) public void resetPreventDrift()
-
resetSourceFormat
@Stability(Stable) public void resetSourceFormat()
-
getGit
@Stability(Stable) @NotNull public GkeHubFeatureMembershipConfigmanagementConfigSyncGitOutputReference getGit()
-
getOci
@Stability(Stable) @NotNull public GkeHubFeatureMembershipConfigmanagementConfigSyncOciOutputReference getOci()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getGitInput
@Stability(Stable) @Nullable public GkeHubFeatureMembershipConfigmanagementConfigSyncGit getGitInput()
-
getMetricsGcpServiceAccountEmailInput
@Stability(Stable) @Nullable public String getMetricsGcpServiceAccountEmailInput()
-
getOciInput
@Stability(Stable) @Nullable public GkeHubFeatureMembershipConfigmanagementConfigSyncOci getOciInput()
-
getPreventDriftInput
@Stability(Stable) @Nullable public Object getPreventDriftInput()
-
getSourceFormatInput
@Stability(Stable) @Nullable public String getSourceFormatInput()
-
getEnabled
@Stability(Stable) @NotNull public Object getEnabled()
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull Boolean value)
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMetricsGcpServiceAccountEmail
@Stability(Stable) @NotNull public String getMetricsGcpServiceAccountEmail()
-
setMetricsGcpServiceAccountEmail
@Stability(Stable) public void setMetricsGcpServiceAccountEmail(@NotNull String value)
-
getPreventDrift
@Stability(Stable) @NotNull public Object getPreventDrift()
-
setPreventDrift
@Stability(Stable) public void setPreventDrift(@NotNull Boolean value)
-
setPreventDrift
@Stability(Stable) public void setPreventDrift(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getSourceFormat
@Stability(Stable) @NotNull public String getSourceFormat()
-
setSourceFormat
@Stability(Stable) public void setSourceFormat(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeHubFeatureMembershipConfigmanagementConfigSync getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeHubFeatureMembershipConfigmanagementConfigSync value)
-
-