PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::CognitoIdp::CreateUserPool; use Moose; has AccountRecoverySetting => (is => 'ro', isa => 'Paws::CognitoIdp::AccountRecoverySettingType'); has AdminCreateUserConfig => (is => 'ro', isa => 'Paws::CognitoIdp::AdminCreateUserConfigType'); has AliasAttributes => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has AutoVerifiedAttributes => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has DeviceConfiguration => (is => 'ro', isa => 'Paws::CognitoIdp::DeviceConfigurationType'); has EmailConfiguration => (is => 'ro', isa => 'Paws::CognitoIdp::EmailConfigurationType'); has EmailVerificationMessage => (is => 'ro', isa => 'Str'); has EmailVerificationSubject => (is => 'ro', isa => 'Str'); has LambdaConfig => (is => 'ro', isa => 'Paws::CognitoIdp::LambdaConfigType'); has MfaConfiguration => (is => 'ro', isa => 'Str'); has Policies => (is => 'ro', isa => 'Paws::CognitoIdp::UserPoolPolicyType'); has PoolName => (is => 'ro', isa => 'Str', required => 1); has Schema => (is => 'ro', isa => 'ArrayRef[Paws::CognitoIdp::SchemaAttributeType]'); has SmsAuthenticationMessage => (is => 'ro', isa => 'Str'); has SmsConfiguration => (is => 'ro', isa => 'Paws::CognitoIdp::SmsConfigurationType'); has SmsVerificationMessage => (is => 'ro', isa => 'Str'); has UsernameAttributes => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has UsernameConfiguration => (is => 'ro', isa => 'Paws::CognitoIdp::UsernameConfigurationType'); has UserPoolAddOns => (is => 'ro', isa => 'Paws::CognitoIdp::UserPoolAddOnsType'); has UserPoolTags => (is => 'ro', isa => 'Paws::CognitoIdp::UserPoolTagsType'); has VerificationMessageTemplate => (is => 'ro', isa => 'Paws::CognitoIdp::VerificationMessageTemplateType'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'CreateUserPool'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::CognitoIdp::CreateUserPoolResponse'); class_has _result_key => (isa => 'Str', is => 'ro'); 1; ### main pod documentation begin ### =head1 NAME Paws::CognitoIdp::CreateUserPool - Arguments for method CreateUserPool on L =head1 DESCRIPTION This class represents the parameters used for calling the method CreateUserPool on the L service. Use the attributes of this class as arguments to method CreateUserPool. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateUserPool. =head1 SYNOPSIS my $cognito-idp = Paws->service('CognitoIdp'); my $CreateUserPoolResponse = $cognito -idp->CreateUserPool( PoolName => 'MyUserPoolNameType', AccountRecoverySetting => { RecoveryMechanisms => [ { Name => 'verified_email' , # values: verified_email, verified_phone_number, admin_only Priority => 1, # min: 1, max: 2 }, ... ], # min: 1, max: 2; OPTIONAL }, # OPTIONAL AdminCreateUserConfig => { AllowAdminCreateUserOnly => 1, # OPTIONAL InviteMessageTemplate => { EmailMessage => 'MyEmailVerificationMessageType', # min: 6, max: 20000; OPTIONAL EmailSubject => 'MyEmailVerificationSubjectType', # min: 1, max: 140; OPTIONAL SMSMessage => 'MySmsVerificationMessageType', # min: 6, max: 140; OPTIONAL }, # OPTIONAL UnusedAccountValidityDays => 1, # max: 365; OPTIONAL }, # OPTIONAL AliasAttributes => [ 'phone_number', ... # values: phone_number, email, preferred_username ], # OPTIONAL AutoVerifiedAttributes => [ 'phone_number', ... # values: phone_number, email ], # OPTIONAL DeviceConfiguration => { ChallengeRequiredOnNewDevice => 1, # OPTIONAL DeviceOnlyRememberedOnUserPrompt => 1, # OPTIONAL }, # OPTIONAL EmailConfiguration => { ConfigurationSet => 'MySESConfigurationSet', # min: 1, max: 64; OPTIONAL EmailSendingAccount => 'COGNITO_DEFAULT', # values: COGNITO_DEFAULT, DEVELOPER; OPTIONAL From => 'MyStringType', # OPTIONAL ReplyToEmailAddress => 'MyEmailAddressType', # OPTIONAL SourceArn => 'MyArnType', # min: 20, max: 2048; OPTIONAL }, # OPTIONAL EmailVerificationMessage => 'MyEmailVerificationMessageType', # OPTIONAL EmailVerificationSubject => 'MyEmailVerificationSubjectType', # OPTIONAL LambdaConfig => { CreateAuthChallenge => 'MyArnType', # min: 20, max: 2048; OPTIONAL CustomEmailSender => { LambdaArn => 'MyArnType', # min: 20, max: 2048; OPTIONAL LambdaVersion => 'V1_0', # values: V1_0 }, # OPTIONAL CustomMessage => 'MyArnType', # min: 20, max: 2048; OPTIONAL CustomSMSSender => { LambdaArn => 'MyArnType', # min: 20, max: 2048; OPTIONAL LambdaVersion => 'V1_0', # values: V1_0 }, # OPTIONAL DefineAuthChallenge => 'MyArnType', # min: 20, max: 2048; OPTIONAL KMSKeyID => 'MyArnType', # min: 20, max: 2048; OPTIONAL PostAuthentication => 'MyArnType', # min: 20, max: 2048; OPTIONAL PostConfirmation => 'MyArnType', # min: 20, max: 2048; OPTIONAL PreAuthentication => 'MyArnType', # min: 20, max: 2048; OPTIONAL PreSignUp => 'MyArnType', # min: 20, max: 2048; OPTIONAL PreTokenGeneration => 'MyArnType', # min: 20, max: 2048; OPTIONAL UserMigration => 'MyArnType', # min: 20, max: 2048; OPTIONAL VerifyAuthChallengeResponse => 'MyArnType', # min: 20, max: 2048; OPTIONAL }, # OPTIONAL MfaConfiguration => 'OFF', # OPTIONAL Policies => { PasswordPolicy => { MinimumLength => 1, # min: 6, max: 99; OPTIONAL RequireLowercase => 1, # OPTIONAL RequireNumbers => 1, # OPTIONAL RequireSymbols => 1, # OPTIONAL RequireUppercase => 1, # OPTIONAL TemporaryPasswordValidityDays => 1, # max: 365; OPTIONAL }, # OPTIONAL }, # OPTIONAL Schema => [ { AttributeDataType => 'String', # values: String, Number, DateTime, Boolean; OPTIONAL DeveloperOnlyAttribute => 1, # OPTIONAL Mutable => 1, # OPTIONAL Name => 'MyCustomAttributeNameType', # min: 1, max: 20; OPTIONAL NumberAttributeConstraints => { MaxValue => 'MyStringType', # OPTIONAL MinValue => 'MyStringType', # OPTIONAL }, # OPTIONAL Required => 1, # OPTIONAL StringAttributeConstraints => { MaxLength => 'MyStringType', # OPTIONAL MinLength => 'MyStringType', # OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL SmsAuthenticationMessage => 'MySmsVerificationMessageType', # OPTIONAL SmsConfiguration => { SnsCallerArn => 'MyArnType', # min: 20, max: 2048; OPTIONAL ExternalId => 'MyStringType', # OPTIONAL }, # OPTIONAL SmsVerificationMessage => 'MySmsVerificationMessageType', # OPTIONAL UserPoolAddOns => { AdvancedSecurityMode => 'OFF', # values: OFF, AUDIT, ENFORCED }, # OPTIONAL UserPoolTags => { 'MyTagKeysType' => 'MyTagValueType', # key: min: 1, max: 128, value: max: 256 }, # OPTIONAL UsernameAttributes => [ 'phone_number', ... # values: phone_number, email ], # OPTIONAL UsernameConfiguration => { CaseSensitive => 1, }, # OPTIONAL VerificationMessageTemplate => { DefaultEmailOption => 'CONFIRM_WITH_LINK' , # values: CONFIRM_WITH_LINK, CONFIRM_WITH_CODE; OPTIONAL EmailMessage => 'MyEmailVerificationMessageType', # min: 6, max: 20000; OPTIONAL EmailMessageByLink => 'MyEmailVerificationMessageByLinkType', # min: 6, max: 20000; OPTIONAL EmailSubject => 'MyEmailVerificationSubjectType', # min: 1, max: 140; OPTIONAL EmailSubjectByLink => 'MyEmailVerificationSubjectByLinkType', # min: 1, max: 140; OPTIONAL SmsMessage => 'MySmsVerificationMessageType', # min: 6, max: 140; OPTIONAL }, # OPTIONAL ); # Results: my $UserPool = $CreateUserPoolResponse->UserPool; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 AccountRecoverySetting => L Use this setting to define which verified available method a user can use to recover their password when they call C. 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. =head2 AdminCreateUserConfig => L The configuration for C requests. =head2 AliasAttributes => ArrayRef[Str|Undef] Attributes supported as an alias for this user pool. Possible values: B, B, or B. =head2 AutoVerifiedAttributes => ArrayRef[Str|Undef] The attributes to be auto-verified. Possible values: B, B. =head2 DeviceConfiguration => L The device configuration. =head2 EmailConfiguration => L The email configuration. =head2 EmailVerificationMessage => Str A string representing the email verification message. EmailVerificationMessage is allowed only if EmailSendingAccount (https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount) is DEVELOPER. =head2 EmailVerificationSubject => Str A string representing the email verification subject. EmailVerificationSubject is allowed only if EmailSendingAccount (https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_EmailConfigurationType.html#CognitoUserPools-Type-EmailConfigurationType-EmailSendingAccount) is DEVELOPER. =head2 LambdaConfig => L The Lambda trigger configuration information for the new user pool. In a push model, event sources (such as Amazon S3 and custom applications) need permission to invoke a function. So you will need to make an extra call to add permission for these event sources to invoke your Lambda function. For more information on using the Lambda API to add permission, see AddPermission (https://docs.aws.amazon.com/lambda/latest/dg/API_AddPermission.html). For adding permission using the AWS CLI, see add-permission (https://docs.aws.amazon.com/cli/latest/reference/lambda/add-permission.html). =head2 MfaConfiguration => Str Specifies MFA configuration details. Valid values are: C<"OFF">, C<"ON">, C<"OPTIONAL"> =head2 Policies => L The policies associated with the new user pool. =head2 B PoolName => Str A string used to name the user pool. =head2 Schema => ArrayRef[L] An array of schema attributes for the new user pool. These attributes can be standard or custom attributes. =head2 SmsAuthenticationMessage => Str A string representing the SMS authentication message. =head2 SmsConfiguration => L The SMS configuration. =head2 SmsVerificationMessage => Str A string representing the SMS verification message. =head2 UsernameAttributes => ArrayRef[Str|Undef] Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up. =head2 UsernameConfiguration => L You can choose to set case sensitivity on the username input for the selected sign-in option. For example, when this is set to C, 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). =head2 UserPoolAddOns => L Used to enable advanced security risk detection. Set the key C to the value "AUDIT". =head2 UserPoolTags => L The tag keys and values to assign to the user pool. A tag is a label that you can use to categorize and manage user pools in different ways, such as by purpose, owner, environment, or other criteria. =head2 VerificationMessageTemplate => L The template for the verification message that the user sees when the app requests permission to access the user's information. =head1 SEE ALSO This class forms part of L, documenting arguments for method CreateUserPool in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut