Class SqlUserPasswordPolicyOutputReference

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

      • SqlUserPasswordPolicyOutputReference

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

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

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

      • resetAllowedFailedAttempts

        @Stability(Stable)
        public void resetAllowedFailedAttempts()
      • resetEnableFailedAttemptsCheck

        @Stability(Stable)
        public void resetEnableFailedAttemptsCheck()
      • resetEnablePasswordVerification

        @Stability(Stable)
        public void resetEnablePasswordVerification()
      • resetPasswordExpirationDuration

        @Stability(Stable)
        public void resetPasswordExpirationDuration()
      • getAllowedFailedAttemptsInput

        @Stability(Stable)
        @Nullable
        public Number getAllowedFailedAttemptsInput()
      • getEnableFailedAttemptsCheckInput

        @Stability(Stable)
        @Nullable
        public Object getEnableFailedAttemptsCheckInput()
      • getEnablePasswordVerificationInput

        @Stability(Stable)
        @Nullable
        public Object getEnablePasswordVerificationInput()
      • getPasswordExpirationDurationInput

        @Stability(Stable)
        @Nullable
        public String getPasswordExpirationDurationInput()
      • getAllowedFailedAttempts

        @Stability(Stable)
        @NotNull
        public Number getAllowedFailedAttempts()
      • setAllowedFailedAttempts

        @Stability(Stable)
        public void setAllowedFailedAttempts​(@NotNull
                                             Number value)
      • getEnableFailedAttemptsCheck

        @Stability(Stable)
        @NotNull
        public Object getEnableFailedAttemptsCheck()
      • setEnableFailedAttemptsCheck

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

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

        @Stability(Stable)
        @NotNull
        public Object getEnablePasswordVerification()
      • setEnablePasswordVerification

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

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

        @Stability(Stable)
        @NotNull
        public String getPasswordExpirationDuration()
      • setPasswordExpirationDuration

        @Stability(Stable)
        public void setPasswordExpirationDuration​(@NotNull
                                                  String value)
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     SqlUserPasswordPolicy value)