@Stability(value=Stable)
public static interface CfnUserPool.PasswordPolicyProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPool.PasswordPolicyProperty.Builder
A builder for
CfnUserPool.PasswordPolicyProperty |
static class |
CfnUserPool.PasswordPolicyProperty.Jsii$Proxy
An implementation for
CfnUserPool.PasswordPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPool.PasswordPolicyProperty.Builder |
builder() |
default Number |
getMinimumLength()
`CfnUserPool.PasswordPolicyProperty.MinimumLength`.
|
default Object |
getRequireLowercase()
`CfnUserPool.PasswordPolicyProperty.RequireLowercase`.
|
default Object |
getRequireNumbers()
`CfnUserPool.PasswordPolicyProperty.RequireNumbers`.
|
default Object |
getRequireSymbols()
`CfnUserPool.PasswordPolicyProperty.RequireSymbols`.
|
default Object |
getRequireUppercase()
`CfnUserPool.PasswordPolicyProperty.RequireUppercase`.
|
default Number |
getTemporaryPasswordValidityDays()
`CfnUserPool.PasswordPolicyProperty.TemporaryPasswordValidityDays`.
|
@Stability(value=Stable) @Nullable default Number getMinimumLength()
@Stability(value=Stable) @Nullable default Object getRequireLowercase()
@Stability(value=Stable) @Nullable default Object getRequireNumbers()
@Stability(value=Stable) @Nullable default Object getRequireSymbols()
@Stability(value=Stable) @Nullable default Object getRequireUppercase()
@Stability(value=Stable) @Nullable default Number getTemporaryPasswordValidityDays()
@Stability(value=Stable) static CfnUserPool.PasswordPolicyProperty.Builder builder()
Copyright © 2021. All rights reserved.