Class GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigOutputReference

  • 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.355Z")
    @Stability(Stable)
    public class GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigOutputReference

        protected GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigOutputReference

        protected GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigOutputReference

        @Stability(Stable)
        public GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigOutputReference​(@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

      • putDeploymentConfigs

        @Stability(Stable)
        public void putDeploymentConfigs​(@NotNull
                                         Object value)
        Parameters:
        value - This parameter is required.
      • resetAuditIntervalSeconds

        @Stability(Stable)
        public void resetAuditIntervalSeconds()
      • resetConstraintViolationLimit

        @Stability(Stable)
        public void resetConstraintViolationLimit()
      • resetDeploymentConfigs

        @Stability(Stable)
        public void resetDeploymentConfigs()
      • resetExemptableNamespaces

        @Stability(Stable)
        public void resetExemptableNamespaces()
      • resetInstallSpec

        @Stability(Stable)
        public void resetInstallSpec()
      • resetLogDeniesEnabled

        @Stability(Stable)
        public void resetLogDeniesEnabled()
      • resetMonitoring

        @Stability(Stable)
        public void resetMonitoring()
      • resetMutationEnabled

        @Stability(Stable)
        public void resetMutationEnabled()
      • resetPolicyContent

        @Stability(Stable)
        public void resetPolicyContent()
      • resetReferentialRulesEnabled

        @Stability(Stable)
        public void resetReferentialRulesEnabled()
      • getAuditIntervalSecondsInput

        @Stability(Stable)
        @Nullable
        public Number getAuditIntervalSecondsInput()
      • getConstraintViolationLimitInput

        @Stability(Stable)
        @Nullable
        public Number getConstraintViolationLimitInput()
      • getDeploymentConfigsInput

        @Stability(Stable)
        @Nullable
        public Object getDeploymentConfigsInput()
      • getExemptableNamespacesInput

        @Stability(Stable)
        @Nullable
        public List<String> getExemptableNamespacesInput()
      • getInstallSpecInput

        @Stability(Stable)
        @Nullable
        public String getInstallSpecInput()
      • getLogDeniesEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getLogDeniesEnabledInput()
      • getMutationEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getMutationEnabledInput()
      • getReferentialRulesEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getReferentialRulesEnabledInput()
      • getAuditIntervalSeconds

        @Stability(Stable)
        @NotNull
        public Number getAuditIntervalSeconds()
      • setAuditIntervalSeconds

        @Stability(Stable)
        public void setAuditIntervalSeconds​(@NotNull
                                            Number value)
      • getConstraintViolationLimit

        @Stability(Stable)
        @NotNull
        public Number getConstraintViolationLimit()
      • setConstraintViolationLimit

        @Stability(Stable)
        public void setConstraintViolationLimit​(@NotNull
                                                Number value)
      • getExemptableNamespaces

        @Stability(Stable)
        @NotNull
        public List<String> getExemptableNamespaces()
      • setExemptableNamespaces

        @Stability(Stable)
        public void setExemptableNamespaces​(@NotNull
                                            List<String> value)
      • getInstallSpec

        @Stability(Stable)
        @NotNull
        public String getInstallSpec()
      • setInstallSpec

        @Stability(Stable)
        public void setInstallSpec​(@NotNull
                                   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)