Class 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
    • 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

      • 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()
      • 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()
      • 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)
      • getExemptableNamespaces

        @Stability(Stable)
        @NotNull
        public List<String> getExemptableNamespaces()
      • 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)