Class SqlUserPasswordPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.sql_user.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
-
-
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 SqlUserPasswordPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSqlUserPasswordPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSqlUserPasswordPolicyOutputReference(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
-
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()
-
getStatus
@Stability(Stable) @NotNull public SqlUserPasswordPolicyStatusList getStatus()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public SqlUserPasswordPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SqlUserPasswordPolicy value)
-
-