Class SqlDatabaseInstanceSettingsPasswordValidationPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.sql_database_instance.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
-
-
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 SqlDatabaseInstanceSettingsPasswordValidationPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSqlDatabaseInstanceSettingsPasswordValidationPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSqlDatabaseInstanceSettingsPasswordValidationPolicyOutputReference(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
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public SqlDatabaseInstanceSettingsPasswordValidationPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SqlDatabaseInstanceSettingsPasswordValidationPolicy value)
-
-