![]() |
![]()
| ![]() |
![]()
NAMEPaws::CognitoIdp::UserPoolType USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CognitoIdp::UserPoolType object: $service_obj->Method(Att1 => { AccountRecoverySetting => $value, ..., VerificationMessageTemplate => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CognitoIdp::UserPoolType object: $result = $service_obj->Method(...); $result->Att1->AccountRecoverySetting DESCRIPTIONA container for information about the user pool. ATTRIBUTESAccountRecoverySetting => Paws::CognitoIdp::AccountRecoverySettingTypeUse this setting to define which verified available method a user can use to recover their password when they call "ForgotPassword". It allows you to define a preferred method when a user has more than one method available. With this setting, SMS does not qualify for a valid password recovery mechanism if the user also has SMS MFA enabled. In the absence of this setting, Cognito uses the legacy behavior to determine the recovery method where SMS is preferred over email. AdminCreateUserConfig => Paws::CognitoIdp::AdminCreateUserConfigTypeThe configuration for "AdminCreateUser" requests. AliasAttributes => ArrayRef[Str|Undef]Specifies the attributes that are aliased in a user pool. Arn => StrThe Amazon Resource Name (ARN) for the user pool. AutoVerifiedAttributes => ArrayRef[Str|Undef]Specifies the attributes that are auto-verified in a user pool. CreationDate => StrThe date the user pool was created. CustomDomain => StrA custom domain name that you provide to Amazon Cognito. This parameter applies only if you use a custom domain to host the sign-up and sign-in pages for your application. For example: "auth.example.com". For more information about adding a custom domain to your user pool, see Using Your Own Domain for the Hosted UI (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html). DeviceConfiguration => Paws::CognitoIdp::DeviceConfigurationTypeThe device configuration. Domain => StrHolds the domain prefix if the user pool has a domain associated with it. EmailConfiguration => Paws::CognitoIdp::EmailConfigurationTypeThe email configuration. EmailConfigurationFailure => StrThe reason why the email configuration cannot send the messages to your users. EmailVerificationMessage => StrThe contents of the email verification message. EmailVerificationSubject => StrThe subject of the email verification message. EstimatedNumberOfUsers => IntA number estimating the size of the user pool. Id => StrThe ID of the user pool. LambdaConfig => Paws::CognitoIdp::LambdaConfigTypeThe AWS Lambda triggers associated with the user pool. LastModifiedDate => StrThe date the user pool was last modified. MfaConfiguration => StrCan be one of the following values:
Name => StrThe name of the user pool. Policies => Paws::CognitoIdp::UserPoolPolicyTypeThe policies associated with the user pool. SchemaAttributes => ArrayRef[Paws::CognitoIdp::SchemaAttributeType]A container with the schema attributes of a user pool. SmsAuthenticationMessage => StrThe contents of the SMS authentication message. SmsConfiguration => Paws::CognitoIdp::SmsConfigurationTypeThe SMS configuration. SmsConfigurationFailure => StrThe reason why the SMS configuration cannot send the messages to your users. This message might include comma-separated values to describe why your SMS configuration can't send messages to user pool end users.
SmsVerificationMessage => StrThe contents of the SMS verification message. Status => StrThe status of a user pool. UsernameAttributes => ArrayRef[Str|Undef]Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up. UsernameConfiguration => Paws::CognitoIdp::UsernameConfigurationTypeYou can choose to enable case sensitivity on the username input for the selected sign-in option. For example, when this is set to "False", users will be able to sign in using either "username" or "Username". This configuration is immutable once it has been set. For more information, see UsernameConfigurationType (https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UsernameConfigurationType.html). UserPoolAddOns => Paws::CognitoIdp::UserPoolAddOnsTypeThe user pool add-ons. UserPoolTags => Paws::CognitoIdp::UserPoolTagsTypeThe tags that are assigned to the user pool. A tag is a label that you can apply to user pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria. VerificationMessageTemplate => Paws::CognitoIdp::VerificationMessageTemplateTypeThe template for verification messages. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CognitoIdp BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|