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 type of configuration for creating a new user profile.
ATTRIBUTES
AllowAdminCreateUserOnly => Bool
Set to C<True> if only the administrator is allowed to create user
profiles. Set to C<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.
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 C<AdminCreateUser> again, specifying C<"RESEND"> for the
C<MessageAction> parameter. The default value for this parameter is 7.
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