Class SqlDatabaseInstanceSettingsPasswordValidationPolicyOutputReference

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

      • SqlDatabaseInstanceSettingsPasswordValidationPolicyOutputReference

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

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

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

      • resetComplexity

        @Stability(Stable)
        public void resetComplexity()
      • resetDisallowUsernameSubstring

        @Stability(Stable)
        public void resetDisallowUsernameSubstring()
      • resetMinLength

        @Stability(Stable)
        public void resetMinLength()
      • resetPasswordChangeInterval

        @Stability(Stable)
        public void resetPasswordChangeInterval()
      • resetReuseInterval

        @Stability(Stable)
        public void resetReuseInterval()
      • getComplexityInput

        @Stability(Stable)
        @Nullable
        public String getComplexityInput()
      • getDisallowUsernameSubstringInput

        @Stability(Stable)
        @Nullable
        public Object getDisallowUsernameSubstringInput()
      • getEnablePasswordPolicyInput

        @Stability(Stable)
        @Nullable
        public Object getEnablePasswordPolicyInput()
      • getMinLengthInput

        @Stability(Stable)
        @Nullable
        public Number getMinLengthInput()
      • getPasswordChangeIntervalInput

        @Stability(Stable)
        @Nullable
        public String getPasswordChangeIntervalInput()
      • getReuseIntervalInput

        @Stability(Stable)
        @Nullable
        public Number getReuseIntervalInput()
      • getComplexity

        @Stability(Stable)
        @NotNull
        public String getComplexity()
      • setComplexity

        @Stability(Stable)
        public void setComplexity​(@NotNull
                                  String value)
      • getDisallowUsernameSubstring

        @Stability(Stable)
        @NotNull
        public Object getDisallowUsernameSubstring()
      • setDisallowUsernameSubstring

        @Stability(Stable)
        public void setDisallowUsernameSubstring​(@NotNull
                                                 Boolean value)
      • setDisallowUsernameSubstring

        @Stability(Stable)
        public void setDisallowUsernameSubstring​(@NotNull
                                                 com.hashicorp.cdktf.IResolvable value)
      • getEnablePasswordPolicy

        @Stability(Stable)
        @NotNull
        public Object getEnablePasswordPolicy()
      • setEnablePasswordPolicy

        @Stability(Stable)
        public void setEnablePasswordPolicy​(@NotNull
                                            Boolean value)
      • setEnablePasswordPolicy

        @Stability(Stable)
        public void setEnablePasswordPolicy​(@NotNull
                                            com.hashicorp.cdktf.IResolvable value)
      • getMinLength

        @Stability(Stable)
        @NotNull
        public Number getMinLength()
      • setMinLength

        @Stability(Stable)
        public void setMinLength​(@NotNull
                                 Number value)
      • getPasswordChangeInterval

        @Stability(Stable)
        @NotNull
        public String getPasswordChangeInterval()
      • setPasswordChangeInterval

        @Stability(Stable)
        public void setPasswordChangeInterval​(@NotNull
                                              String value)
      • getReuseInterval

        @Stability(Stable)
        @NotNull
        public Number getReuseInterval()
      • setReuseInterval

        @Stability(Stable)
        public void setReuseInterval​(@NotNull
                                     Number value)