@Stability(value=Stable) @Internal public static final class CfnUserPoolProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolProps
CfnUserPoolPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPoolProps.Builder, CfnUserPoolProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Object accountRecoverySetting,
Object adminCreateUserConfig,
List<String> aliasAttributes,
List<String> autoVerifiedAttributes,
Object deviceConfiguration,
Object emailConfiguration,
String emailVerificationMessage,
String emailVerificationSubject,
List<String> enabledMfas,
Object lambdaConfig,
String mfaConfiguration,
Object policies,
Object schema,
String smsAuthenticationMessage,
Object smsConfiguration,
String smsVerificationMessage,
List<String> usernameAttributes,
Object usernameConfiguration,
Object userPoolAddOns,
String userPoolName,
Object userPoolTags,
Object verificationMessageTemplate)
Constructor that initializes the object based on literal property values passed by the
CfnUserPoolProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAccountRecoverySetting()
`AWS::Cognito::UserPool.AccountRecoverySetting`.
|
Object |
getAdminCreateUserConfig()
`AWS::Cognito::UserPool.AdminCreateUserConfig`.
|
List<String> |
getAliasAttributes()
`AWS::Cognito::UserPool.AliasAttributes`.
|
List<String> |
getAutoVerifiedAttributes()
`AWS::Cognito::UserPool.AutoVerifiedAttributes`.
|
Object |
getDeviceConfiguration()
`AWS::Cognito::UserPool.DeviceConfiguration`.
|
Object |
getEmailConfiguration()
`AWS::Cognito::UserPool.EmailConfiguration`.
|
String |
getEmailVerificationMessage()
`AWS::Cognito::UserPool.EmailVerificationMessage`.
|
String |
getEmailVerificationSubject()
`AWS::Cognito::UserPool.EmailVerificationSubject`.
|
List<String> |
getEnabledMfas()
`AWS::Cognito::UserPool.EnabledMfas`.
|
Object |
getLambdaConfig()
`AWS::Cognito::UserPool.LambdaConfig`.
|
String |
getMfaConfiguration()
`AWS::Cognito::UserPool.MfaConfiguration`.
|
Object |
getPolicies()
`AWS::Cognito::UserPool.Policies`.
|
Object |
getSchema()
`AWS::Cognito::UserPool.Schema`.
|
String |
getSmsAuthenticationMessage()
`AWS::Cognito::UserPool.SmsAuthenticationMessage`.
|
Object |
getSmsConfiguration()
`AWS::Cognito::UserPool.SmsConfiguration`.
|
String |
getSmsVerificationMessage()
`AWS::Cognito::UserPool.SmsVerificationMessage`.
|
List<String> |
getUsernameAttributes()
`AWS::Cognito::UserPool.UsernameAttributes`.
|
Object |
getUsernameConfiguration()
`AWS::Cognito::UserPool.UsernameConfiguration`.
|
Object |
getUserPoolAddOns()
`AWS::Cognito::UserPool.UserPoolAddOns`.
|
String |
getUserPoolName()
`AWS::Cognito::UserPool.UserPoolName`.
|
Object |
getUserPoolTags()
`AWS::Cognito::UserPool.UserPoolTags`.
|
Object |
getVerificationMessageTemplate()
`AWS::Cognito::UserPool.VerificationMessageTemplate`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Object accountRecoverySetting, Object adminCreateUserConfig, List<String> aliasAttributes, List<String> autoVerifiedAttributes, Object deviceConfiguration, Object emailConfiguration, String emailVerificationMessage, String emailVerificationSubject, List<String> enabledMfas, Object lambdaConfig, String mfaConfiguration, Object policies, Object schema, String smsAuthenticationMessage, Object smsConfiguration, String smsVerificationMessage, List<String> usernameAttributes, Object usernameConfiguration, Object userPoolAddOns, String userPoolName, Object userPoolTags, Object verificationMessageTemplate)
CfnUserPoolProps.Builder.public final Object getAccountRecoverySetting()
CfnUserPoolPropsgetAccountRecoverySetting in interface CfnUserPoolPropspublic final Object getAdminCreateUserConfig()
CfnUserPoolPropsgetAdminCreateUserConfig in interface CfnUserPoolPropspublic final List<String> getAliasAttributes()
CfnUserPoolPropsgetAliasAttributes in interface CfnUserPoolPropspublic final List<String> getAutoVerifiedAttributes()
CfnUserPoolPropsgetAutoVerifiedAttributes in interface CfnUserPoolPropspublic final Object getDeviceConfiguration()
CfnUserPoolPropsgetDeviceConfiguration in interface CfnUserPoolPropspublic final Object getEmailConfiguration()
CfnUserPoolPropsgetEmailConfiguration in interface CfnUserPoolPropspublic final String getEmailVerificationMessage()
CfnUserPoolPropsgetEmailVerificationMessage in interface CfnUserPoolPropspublic final String getEmailVerificationSubject()
CfnUserPoolPropsgetEmailVerificationSubject in interface CfnUserPoolPropspublic final List<String> getEnabledMfas()
CfnUserPoolPropsgetEnabledMfas in interface CfnUserPoolPropspublic final Object getLambdaConfig()
CfnUserPoolPropsgetLambdaConfig in interface CfnUserPoolPropspublic final String getMfaConfiguration()
CfnUserPoolPropsgetMfaConfiguration in interface CfnUserPoolPropspublic final Object getPolicies()
CfnUserPoolPropsgetPolicies in interface CfnUserPoolPropspublic final Object getSchema()
CfnUserPoolPropsgetSchema in interface CfnUserPoolPropspublic final String getSmsAuthenticationMessage()
CfnUserPoolPropsgetSmsAuthenticationMessage in interface CfnUserPoolPropspublic final Object getSmsConfiguration()
CfnUserPoolPropsgetSmsConfiguration in interface CfnUserPoolPropspublic final String getSmsVerificationMessage()
CfnUserPoolPropsgetSmsVerificationMessage in interface CfnUserPoolPropspublic final List<String> getUsernameAttributes()
CfnUserPoolPropsgetUsernameAttributes in interface CfnUserPoolPropspublic final Object getUsernameConfiguration()
CfnUserPoolPropsgetUsernameConfiguration in interface CfnUserPoolPropspublic final Object getUserPoolAddOns()
CfnUserPoolPropsgetUserPoolAddOns in interface CfnUserPoolPropspublic final String getUserPoolName()
CfnUserPoolPropsgetUserPoolName in interface CfnUserPoolPropspublic final Object getUserPoolTags()
CfnUserPoolPropsgetUserPoolTags in interface CfnUserPoolPropspublic final Object getVerificationMessageTemplate()
CfnUserPoolPropsgetVerificationMessageTemplate in interface CfnUserPoolProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.