Class GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature_membership.GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference
-
- 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.344Z") @Stability(Stable) public class GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference 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 GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference(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
-
GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference
protected GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference
protected GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementPolicyControllerOutputReference(@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
-
putMonitoring
@Stability(Stable) public void putMonitoring(@NotNull GkeHubFeatureMembershipConfigmanagementPolicyControllerMonitoring value)- Parameters:
value- This parameter is required.
-
resetAuditIntervalSeconds
@Stability(Stable) public void resetAuditIntervalSeconds()
-
resetEnabled
@Stability(Stable) public void resetEnabled()
-
resetExemptableNamespaces
@Stability(Stable) public void resetExemptableNamespaces()
-
resetLogDeniesEnabled
@Stability(Stable) public void resetLogDeniesEnabled()
-
resetMonitoring
@Stability(Stable) public void resetMonitoring()
-
resetMutationEnabled
@Stability(Stable) public void resetMutationEnabled()
-
resetReferentialRulesEnabled
@Stability(Stable) public void resetReferentialRulesEnabled()
-
resetTemplateLibraryInstalled
@Stability(Stable) public void resetTemplateLibraryInstalled()
-
getMonitoring
@Stability(Stable) @NotNull public GkeHubFeatureMembershipConfigmanagementPolicyControllerMonitoringOutputReference getMonitoring()
-
getAuditIntervalSecondsInput
@Stability(Stable) @Nullable public String getAuditIntervalSecondsInput()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getExemptableNamespacesInput
@Stability(Stable) @Nullable public List<String> getExemptableNamespacesInput()
-
getLogDeniesEnabledInput
@Stability(Stable) @Nullable public Object getLogDeniesEnabledInput()
-
getMonitoringInput
@Stability(Stable) @Nullable public GkeHubFeatureMembershipConfigmanagementPolicyControllerMonitoring getMonitoringInput()
-
getMutationEnabledInput
@Stability(Stable) @Nullable public Object getMutationEnabledInput()
-
getReferentialRulesEnabledInput
@Stability(Stable) @Nullable public Object getReferentialRulesEnabledInput()
-
getTemplateLibraryInstalledInput
@Stability(Stable) @Nullable public Object getTemplateLibraryInstalledInput()
-
getAuditIntervalSeconds
@Stability(Stable) @NotNull public String getAuditIntervalSeconds()
-
setAuditIntervalSeconds
@Stability(Stable) public void setAuditIntervalSeconds(@NotNull String value)
-
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)
-
setExemptableNamespaces
@Stability(Stable) public void setExemptableNamespaces(@NotNull List<String> value)
-
getLogDeniesEnabled
@Stability(Stable) @NotNull public Object getLogDeniesEnabled()
-
setLogDeniesEnabled
@Stability(Stable) public void setLogDeniesEnabled(@NotNull Boolean value)
-
setLogDeniesEnabled
@Stability(Stable) public void setLogDeniesEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMutationEnabled
@Stability(Stable) @NotNull public Object getMutationEnabled()
-
setMutationEnabled
@Stability(Stable) public void setMutationEnabled(@NotNull Boolean value)
-
setMutationEnabled
@Stability(Stable) public void setMutationEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getReferentialRulesEnabled
@Stability(Stable) @NotNull public Object getReferentialRulesEnabled()
-
setReferentialRulesEnabled
@Stability(Stable) public void setReferentialRulesEnabled(@NotNull Boolean value)
-
setReferentialRulesEnabled
@Stability(Stable) public void setReferentialRulesEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getTemplateLibraryInstalled
@Stability(Stable) @NotNull public Object getTemplateLibraryInstalled()
-
setTemplateLibraryInstalled
@Stability(Stable) public void setTemplateLibraryInstalled(@NotNull Boolean value)
-
setTemplateLibraryInstalled
@Stability(Stable) public void setTemplateLibraryInstalled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public GkeHubFeatureMembershipConfigmanagementPolicyController getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GkeHubFeatureMembershipConfigmanagementPolicyController value)
-
-