NAME
Paws::CognitoIdp::AdminCreateUserConfigType
USAGE
This 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::AdminCreateUserConfigType object:
$service_obj->Method(Att1 => { AllowAdminCreateUserOnly => $value, ..., UnusedAccountValidityDays => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::CognitoIdp::AdminCreateUserConfigType object:
$result = $service_obj->Method(...);
$result->Att1->AllowAdminCreateUserOnly
DESCRIPTION
The configuration for creating a new user profile.
ATTRIBUTES
AllowAdminCreateUserOnly => Bool
Set to True
if only the administrator is allowed to create user profiles. Set to False
if users can sign themselves up via an app.
InviteMessageTemplate => Paws::CognitoIdp::MessageTemplateType
The message template to be used for the welcome message to new users.
See also Customizing User Invitation Messages (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-message-customizations.html#cognito-user-pool-settings-user-invitation-message-customization).
UnusedAccountValidityDays => Int
The user account expiration limit, in days, after which the account is no longer usable. To reset the account after that time limit, you must call AdminCreateUser
again, specifying "RESEND"
for the MessageAction
parameter. The default value for this parameter is 7.
If you set a value for TemporaryPasswordValidityDays
in PasswordPolicy
, that value will be used and UnusedAccountValidityDays
will be deprecated for that user pool.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::CognitoIdp
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues