Class CfnUserPool.PoliciesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPool.PoliciesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPool.PoliciesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPool.PoliciesProperty
@Stability(Stable)
@Internal
public static final class CfnUserPool.PoliciesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPool.PoliciesProperty
An implementation for
CfnUserPool.PoliciesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPool.PoliciesProperty
CfnUserPool.PoliciesProperty.Builder, CfnUserPool.PoliciesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPool.PoliciesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe password policy settings for a user pool, including complexity, history, and length requirements.final ObjectThe policy for allowed types of authentication in a user pool.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserPool.PoliciesProperty.Builder.
-
-
Method Details
-
getPasswordPolicy
Description copied from interface:CfnUserPool.PoliciesPropertyThe password policy settings for a user pool, including complexity, history, and length requirements.Returns union: either
IResolvableorCfnUserPool.PasswordPolicyProperty- Specified by:
getPasswordPolicyin interfaceCfnUserPool.PoliciesProperty- See Also:
-
getSignInPolicy
Description copied from interface:CfnUserPool.PoliciesPropertyThe policy for allowed types of authentication in a user pool.To activate this setting, your user pool must be in the Essentials tier or higher.
Returns union: either
IResolvableorCfnUserPool.SignInPolicyProperty- Specified by:
getSignInPolicyin interfaceCfnUserPool.PoliciesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-