AWS v6.73.0 published on Wednesday, Mar 19, 2025 by Pulumi
aws.cognito.getUserPool
Explore with Pulumi AI
Data source for managing an AWS Cognito User Pool.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.cognito.getUserPool({
    userPoolId: "us-west-2_aaaaaaaaa",
});
import pulumi
import pulumi_aws as aws
example = aws.cognito.get_user_pool(user_pool_id="us-west-2_aaaaaaaaa")
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/cognito"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cognito.LookupUserPool(ctx, &cognito.LookupUserPoolArgs{
			UserPoolId: "us-west-2_aaaaaaaaa",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var example = Aws.Cognito.GetUserPool.Invoke(new()
    {
        UserPoolId = "us-west-2_aaaaaaaaa",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.cognito.CognitoFunctions;
import com.pulumi.aws.cognito.inputs.GetUserPoolArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = CognitoFunctions.getUserPool(GetUserPoolArgs.builder()
            .userPoolId("us-west-2_aaaaaaaaa")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:cognito:getUserPool
      arguments:
        userPoolId: us-west-2_aaaaaaaaa
Using getUserPool
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUserPool(args: GetUserPoolArgs, opts?: InvokeOptions): Promise<GetUserPoolResult>
function getUserPoolOutput(args: GetUserPoolOutputArgs, opts?: InvokeOptions): Output<GetUserPoolResult>def get_user_pool(user_pool_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetUserPoolResult
def get_user_pool_output(user_pool_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetUserPoolResult]func LookupUserPool(ctx *Context, args *LookupUserPoolArgs, opts ...InvokeOption) (*LookupUserPoolResult, error)
func LookupUserPoolOutput(ctx *Context, args *LookupUserPoolOutputArgs, opts ...InvokeOption) LookupUserPoolResultOutput> Note: This function is named LookupUserPool in the Go SDK.
public static class GetUserPool 
{
    public static Task<GetUserPoolResult> InvokeAsync(GetUserPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetUserPoolResult> Invoke(GetUserPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserPoolResult> getUserPool(GetUserPoolArgs args, InvokeOptions options)
public static Output<GetUserPoolResult> getUserPool(GetUserPoolArgs args, InvokeOptions options)
fn::invoke:
  function: aws:cognito/getUserPool:getUserPool
  arguments:
    # arguments dictionaryThe following arguments are supported:
- UserPool stringId 
- The cognito pool ID
- UserPool stringId 
- The cognito pool ID
- userPool StringId 
- The cognito pool ID
- userPool stringId 
- The cognito pool ID
- user_pool_ strid 
- The cognito pool ID
- userPool StringId 
- The cognito pool ID
getUserPool Result
The following output properties are available:
- AccountRecovery List<GetSettings User Pool Account Recovery Setting> 
- AdminCreate List<GetUser Configs User Pool Admin Create User Config> 
- Arn string
- ARN of the User Pool.- account_recovery_setting - The available verified method a user can use to recover their password when they call ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.
- admin_create_user_config - The configuration for AdminCreateUser requests.
 
- AutoVerified List<string>Attributes 
- The attributes that are auto-verified in a user pool.
- CreationDate string
- The date and time, in ISO 8601 format, when the item was created.
- CustomDomain string
- A 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. An example of a custom domain name might be auth.example.com.
- DeletionProtection string
- When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.- device_configuration - The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
 
- DeviceConfigurations List<GetUser Pool Device Configuration> 
- Domain string
- The domain prefix, if the user pool has a domain associated with it.- email_configuration - The email configuration of your user pool. The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
 
- EmailConfigurations List<GetUser Pool Email Configuration> 
- EstimatedNumber intOf Users 
- A number estimating the size of the user pool.- lambda_config - The AWS Lambda triggers associated with the user pool.
 
- Id string
- LambdaConfigs List<GetUser Pool Lambda Config> 
- LastModified stringDate 
- The date and time, in ISO 8601 format, when the item was modified.
- MfaConfiguration string
- Can be one of the following values: OFF|ON|OPTIONAL
- Name string
- Name of the attribute.
 
- SchemaAttributes List<GetUser Pool Schema Attribute> 
- SmsAuthentication stringMessage 
- The contents of the SMS authentication message.
- SmsConfiguration stringFailure 
- The reason why the SMS configuration can't send the messages to your users.
- SmsVerification stringMessage 
- The contents of the SMS authentication message.
- Dictionary<string, string>
- Map of tags assigned to the resource.
- UserPool stringId 
- Dictionary<string, string>
- (Deprecated) Map of tags assigned to the resource.
- UsernameAttributes List<string>
- Specifies whether a user can use an email address or phone number as a username when they sign up.
- AccountRecovery []GetSettings User Pool Account Recovery Setting 
- AdminCreate []GetUser Configs User Pool Admin Create User Config 
- Arn string
- ARN of the User Pool.- account_recovery_setting - The available verified method a user can use to recover their password when they call ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.
- admin_create_user_config - The configuration for AdminCreateUser requests.
 
- AutoVerified []stringAttributes 
- The attributes that are auto-verified in a user pool.
- CreationDate string
- The date and time, in ISO 8601 format, when the item was created.
- CustomDomain string
- A 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. An example of a custom domain name might be auth.example.com.
- DeletionProtection string
- When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.- device_configuration - The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
 
- DeviceConfigurations []GetUser Pool Device Configuration 
- Domain string
- The domain prefix, if the user pool has a domain associated with it.- email_configuration - The email configuration of your user pool. The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
 
- EmailConfigurations []GetUser Pool Email Configuration 
- EstimatedNumber intOf Users 
- A number estimating the size of the user pool.- lambda_config - The AWS Lambda triggers associated with the user pool.
 
- Id string
- LambdaConfigs []GetUser Pool Lambda Config 
- LastModified stringDate 
- The date and time, in ISO 8601 format, when the item was modified.
- MfaConfiguration string
- Can be one of the following values: OFF|ON|OPTIONAL
- Name string
- Name of the attribute.
 
- SchemaAttributes []GetUser Pool Schema Attribute 
- SmsAuthentication stringMessage 
- The contents of the SMS authentication message.
- SmsConfiguration stringFailure 
- The reason why the SMS configuration can't send the messages to your users.
- SmsVerification stringMessage 
- The contents of the SMS authentication message.
- map[string]string
- Map of tags assigned to the resource.
- UserPool stringId 
- map[string]string
- (Deprecated) Map of tags assigned to the resource.
- UsernameAttributes []string
- Specifies whether a user can use an email address or phone number as a username when they sign up.
- accountRecovery List<GetSettings User Pool Account Recovery Setting> 
- adminCreate List<GetUser Configs User Pool Admin Create User Config> 
- arn String
- ARN of the User Pool.- account_recovery_setting - The available verified method a user can use to recover their password when they call ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.
- admin_create_user_config - The configuration for AdminCreateUser requests.
 
- autoVerified List<String>Attributes 
- The attributes that are auto-verified in a user pool.
- creationDate String
- The date and time, in ISO 8601 format, when the item was created.
- customDomain String
- A 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. An example of a custom domain name might be auth.example.com.
- deletionProtection String
- When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.- device_configuration - The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
 
- deviceConfigurations List<GetUser Pool Device Configuration> 
- domain String
- The domain prefix, if the user pool has a domain associated with it.- email_configuration - The email configuration of your user pool. The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
 
- emailConfigurations List<GetUser Pool Email Configuration> 
- estimatedNumber IntegerOf Users 
- A number estimating the size of the user pool.- lambda_config - The AWS Lambda triggers associated with the user pool.
 
- id String
- lambdaConfigs List<GetUser Pool Lambda Config> 
- lastModified StringDate 
- The date and time, in ISO 8601 format, when the item was modified.
- mfaConfiguration String
- Can be one of the following values: OFF|ON|OPTIONAL
- name String
- Name of the attribute.
 
- schemaAttributes List<GetUser Pool Schema Attribute> 
- smsAuthentication StringMessage 
- The contents of the SMS authentication message.
- smsConfiguration StringFailure 
- The reason why the SMS configuration can't send the messages to your users.
- smsVerification StringMessage 
- The contents of the SMS authentication message.
- Map<String,String>
- Map of tags assigned to the resource.
- userPool StringId 
- Map<String,String>
- (Deprecated) Map of tags assigned to the resource.
- usernameAttributes List<String>
- Specifies whether a user can use an email address or phone number as a username when they sign up.
- accountRecovery GetSettings User Pool Account Recovery Setting[] 
- adminCreate GetUser Configs User Pool Admin Create User Config[] 
- arn string
- ARN of the User Pool.- account_recovery_setting - The available verified method a user can use to recover their password when they call ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.
- admin_create_user_config - The configuration for AdminCreateUser requests.
 
- autoVerified string[]Attributes 
- The attributes that are auto-verified in a user pool.
- creationDate string
- The date and time, in ISO 8601 format, when the item was created.
- customDomain string
- A 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. An example of a custom domain name might be auth.example.com.
- deletionProtection string
- When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.- device_configuration - The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
 
- deviceConfigurations GetUser Pool Device Configuration[] 
- domain string
- The domain prefix, if the user pool has a domain associated with it.- email_configuration - The email configuration of your user pool. The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
 
- emailConfigurations GetUser Pool Email Configuration[] 
- estimatedNumber numberOf Users 
- A number estimating the size of the user pool.- lambda_config - The AWS Lambda triggers associated with the user pool.
 
- id string
- lambdaConfigs GetUser Pool Lambda Config[] 
- lastModified stringDate 
- The date and time, in ISO 8601 format, when the item was modified.
- mfaConfiguration string
- Can be one of the following values: OFF|ON|OPTIONAL
- name string
- Name of the attribute.
 
- schemaAttributes GetUser Pool Schema Attribute[] 
- smsAuthentication stringMessage 
- The contents of the SMS authentication message.
- smsConfiguration stringFailure 
- The reason why the SMS configuration can't send the messages to your users.
- smsVerification stringMessage 
- The contents of the SMS authentication message.
- {[key: string]: string}
- Map of tags assigned to the resource.
- userPool stringId 
- {[key: string]: string}
- (Deprecated) Map of tags assigned to the resource.
- usernameAttributes string[]
- Specifies whether a user can use an email address or phone number as a username when they sign up.
- account_recovery_ Sequence[Getsettings User Pool Account Recovery Setting] 
- admin_create_ Sequence[Getuser_ configs User Pool Admin Create User Config] 
- arn str
- ARN of the User Pool.- account_recovery_setting - The available verified method a user can use to recover their password when they call ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.
- admin_create_user_config - The configuration for AdminCreateUser requests.
 
- auto_verified_ Sequence[str]attributes 
- The attributes that are auto-verified in a user pool.
- creation_date str
- The date and time, in ISO 8601 format, when the item was created.
- custom_domain str
- A 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. An example of a custom domain name might be auth.example.com.
- deletion_protection str
- When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.- device_configuration - The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
 
- device_configurations Sequence[GetUser Pool Device Configuration] 
- domain str
- The domain prefix, if the user pool has a domain associated with it.- email_configuration - The email configuration of your user pool. The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
 
- email_configurations Sequence[GetUser Pool Email Configuration] 
- estimated_number_ intof_ users 
- A number estimating the size of the user pool.- lambda_config - The AWS Lambda triggers associated with the user pool.
 
- id str
- lambda_configs Sequence[GetUser Pool Lambda Config] 
- last_modified_ strdate 
- The date and time, in ISO 8601 format, when the item was modified.
- mfa_configuration str
- Can be one of the following values: OFF|ON|OPTIONAL
- name str
- Name of the attribute.
 
- schema_attributes Sequence[GetUser Pool Schema Attribute] 
- sms_authentication_ strmessage 
- The contents of the SMS authentication message.
- sms_configuration_ strfailure 
- The reason why the SMS configuration can't send the messages to your users.
- sms_verification_ strmessage 
- The contents of the SMS authentication message.
- Mapping[str, str]
- Map of tags assigned to the resource.
- user_pool_ strid 
- Mapping[str, str]
- (Deprecated) Map of tags assigned to the resource.
- username_attributes Sequence[str]
- Specifies whether a user can use an email address or phone number as a username when they sign up.
- accountRecovery List<Property Map>Settings 
- adminCreate List<Property Map>User Configs 
- arn String
- ARN of the User Pool.- account_recovery_setting - The available verified method a user can use to recover their password when they call ForgotPassword. You can use this setting to define a preferred method when a user has more than one method available. With this setting, SMS doesn't qualify for a valid password recovery mechanism if the user also has SMS multi-factor authentication (MFA) activated. In the absence of this setting, Amazon Cognito uses the legacy behavior to determine the recovery method where SMS is preferred through email.
- admin_create_user_config - The configuration for AdminCreateUser requests.
 
- autoVerified List<String>Attributes 
- The attributes that are auto-verified in a user pool.
- creationDate String
- The date and time, in ISO 8601 format, when the item was created.
- customDomain String
- A 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. An example of a custom domain name might be auth.example.com.
- deletionProtection String
- When active, DeletionProtection prevents accidental deletion of your user pool. Before you can delete a user pool that you have protected against deletion, you must deactivate this feature.- device_configuration - The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.
 
- deviceConfigurations List<Property Map>
- domain String
- The domain prefix, if the user pool has a domain associated with it.- email_configuration - The email configuration of your user pool. The email configuration type sets your preferred sending method, AWS Region, and sender for messages from your user pool.
 
- emailConfigurations List<Property Map>
- estimatedNumber NumberOf Users 
- A number estimating the size of the user pool.- lambda_config - The AWS Lambda triggers associated with the user pool.
 
- id String
- lambdaConfigs List<Property Map>
- lastModified StringDate 
- The date and time, in ISO 8601 format, when the item was modified.
- mfaConfiguration String
- Can be one of the following values: OFF|ON|OPTIONAL
- name String
- Name of the attribute.
 
- schemaAttributes List<Property Map>
- smsAuthentication StringMessage 
- The contents of the SMS authentication message.
- smsConfiguration StringFailure 
- The reason why the SMS configuration can't send the messages to your users.
- smsVerification StringMessage 
- The contents of the SMS authentication message.
- Map<String>
- Map of tags assigned to the resource.
- userPool StringId 
- Map<String>
- (Deprecated) Map of tags assigned to the resource.
- usernameAttributes List<String>
- Specifies whether a user can use an email address or phone number as a username when they sign up.
Supporting Types
GetUserPoolAccountRecoverySetting     
GetUserPoolAccountRecoverySettingRecoveryMechanism       
GetUserPoolAdminCreateUserConfig      
- AllowAdmin boolCreate User Only 
- Whether only admins can create users.
 
- InviteMessage List<GetTemplates User Pool Admin Create User Config Invite Message Template> 
- UnusedAccount intValidity Days 
- Number of days an unconfirmed user account remains valid.
 - invite_message_template - Templates for invitation messages.
 
- AllowAdmin boolCreate User Only 
- Whether only admins can create users.
 
- InviteMessage []GetTemplates User Pool Admin Create User Config Invite Message Template 
- UnusedAccount intValidity Days 
- Number of days an unconfirmed user account remains valid.
 - invite_message_template - Templates for invitation messages.
 
- allowAdmin BooleanCreate User Only 
- Whether only admins can create users.
 
- inviteMessage List<GetTemplates User Pool Admin Create User Config Invite Message Template> 
- unusedAccount IntegerValidity Days 
- Number of days an unconfirmed user account remains valid.
 - invite_message_template - Templates for invitation messages.
 
- allowAdmin booleanCreate User Only 
- Whether only admins can create users.
 
- inviteMessage GetTemplates User Pool Admin Create User Config Invite Message Template[] 
- unusedAccount numberValidity Days 
- Number of days an unconfirmed user account remains valid.
 - invite_message_template - Templates for invitation messages.
 
- allow_admin_ boolcreate_ user_ only 
- Whether only admins can create users.
 
- invite_message_ Sequence[Gettemplates User Pool Admin Create User Config Invite Message Template] 
- unused_account_ intvalidity_ days 
- Number of days an unconfirmed user account remains valid.
 - invite_message_template - Templates for invitation messages.
 
- allowAdmin BooleanCreate User Only 
- Whether only admins can create users.
 
- inviteMessage List<Property Map>Templates 
- unusedAccount NumberValidity Days 
- Number of days an unconfirmed user account remains valid.
 - invite_message_template - Templates for invitation messages.
 
GetUserPoolAdminCreateUserConfigInviteMessageTemplate         
- EmailMessage string
- Email message content.
 
- EmailSubject string
- Email message subject.
 
- SmsMessage string
- SMS message content.
 
- EmailMessage string
- Email message content.
 
- EmailSubject string
- Email message subject.
 
- SmsMessage string
- SMS message content.
 
- emailMessage String
- Email message content.
 
- emailSubject String
- Email message subject.
 
- smsMessage String
- SMS message content.
 
- emailMessage string
- Email message content.
 
- emailSubject string
- Email message subject.
 
- smsMessage string
- SMS message content.
 
- email_message str
- Email message content.
 
- email_subject str
- Email message subject.
 
- sms_message str
- SMS message content.
 
- emailMessage String
- Email message content.
 
- emailSubject String
- Email message subject.
 
- smsMessage String
- SMS message content.
 
GetUserPoolDeviceConfiguration    
- ChallengeRequired boolOn New Device 
- Whether a challenge is required on new devices.
 
- DeviceOnly boolRemembered On User Prompt 
- Whether devices are only remembered if the user prompts it.
 
- ChallengeRequired boolOn New Device 
- Whether a challenge is required on new devices.
 
- DeviceOnly boolRemembered On User Prompt 
- Whether devices are only remembered if the user prompts it.
 
- challengeRequired BooleanOn New Device 
- Whether a challenge is required on new devices.
 
- deviceOnly BooleanRemembered On User Prompt 
- Whether devices are only remembered if the user prompts it.
 
- challengeRequired booleanOn New Device 
- Whether a challenge is required on new devices.
 
- deviceOnly booleanRemembered On User Prompt 
- Whether devices are only remembered if the user prompts it.
 
- challenge_required_ boolon_ new_ device 
- Whether a challenge is required on new devices.
 
- device_only_ boolremembered_ on_ user_ prompt 
- Whether devices are only remembered if the user prompts it.
 
- challengeRequired BooleanOn New Device 
- Whether a challenge is required on new devices.
 
- deviceOnly BooleanRemembered On User Prompt 
- Whether devices are only remembered if the user prompts it.
 
GetUserPoolEmailConfiguration    
- ConfigurationSet string
- Configuration set used for sending emails.
 
- EmailSending stringAccount 
- Email sending account.
 
- From string
- Email sender address.
 
- ReplyTo stringEmail Address 
- Reply-to email address.
 
- SourceArn string
- Source Amazon Resource Name (ARN) for emails.
 
- ConfigurationSet string
- Configuration set used for sending emails.
 
- EmailSending stringAccount 
- Email sending account.
 
- From string
- Email sender address.
 
- ReplyTo stringEmail Address 
- Reply-to email address.
 
- SourceArn string
- Source Amazon Resource Name (ARN) for emails.
 
- configurationSet String
- Configuration set used for sending emails.
 
- emailSending StringAccount 
- Email sending account.
 
- from String
- Email sender address.
 
- replyTo StringEmail Address 
- Reply-to email address.
 
- sourceArn String
- Source Amazon Resource Name (ARN) for emails.
 
- configurationSet string
- Configuration set used for sending emails.
 
- emailSending stringAccount 
- Email sending account.
 
- from string
- Email sender address.
 
- replyTo stringEmail Address 
- Reply-to email address.
 
- sourceArn string
- Source Amazon Resource Name (ARN) for emails.
 
- configuration_set str
- Configuration set used for sending emails.
 
- email_sending_ straccount 
- Email sending account.
 
- from_ str
- Email sender address.
 
- reply_to_ stremail_ address 
- Reply-to email address.
 
- source_arn str
- Source Amazon Resource Name (ARN) for emails.
 
- configurationSet String
- Configuration set used for sending emails.
 
- emailSending StringAccount 
- Email sending account.
 
- from String
- Email sender address.
 
- replyTo StringEmail Address 
- Reply-to email address.
 
- sourceArn String
- Source Amazon Resource Name (ARN) for emails.
 
GetUserPoolLambdaConfig    
- CreateAuth stringChallenge 
- CustomEmail List<GetSenders User Pool Lambda Config Custom Email Sender> 
- CustomMessage string
- CustomSms List<GetSenders User Pool Lambda Config Custom Sms Sender> 
- DefineAuth stringChallenge 
- KmsKey stringId 
- PostAuthentication string
- PostConfirmation string
- PreAuthentication string
- PreSign stringUp 
- PreToken stringGeneration 
- PreToken List<GetGeneration Configs User Pool Lambda Config Pre Token Generation Config> 
- UserMigration string
- VerifyAuth stringChallenge Response 
- CreateAuth stringChallenge 
- CustomEmail []GetSenders User Pool Lambda Config Custom Email Sender 
- CustomMessage string
- CustomSms []GetSenders User Pool Lambda Config Custom Sms Sender 
- DefineAuth stringChallenge 
- KmsKey stringId 
- PostAuthentication string
- PostConfirmation string
- PreAuthentication string
- PreSign stringUp 
- PreToken stringGeneration 
- PreToken []GetGeneration Configs User Pool Lambda Config Pre Token Generation Config 
- UserMigration string
- VerifyAuth stringChallenge Response 
- createAuth StringChallenge 
- customEmail List<GetSenders User Pool Lambda Config Custom Email Sender> 
- customMessage String
- customSms List<GetSenders User Pool Lambda Config Custom Sms Sender> 
- defineAuth StringChallenge 
- kmsKey StringId 
- postAuthentication String
- postConfirmation String
- preAuthentication String
- preSign StringUp 
- preToken StringGeneration 
- preToken List<GetGeneration Configs User Pool Lambda Config Pre Token Generation Config> 
- userMigration String
- verifyAuth StringChallenge Response 
- createAuth stringChallenge 
- customEmail GetSenders User Pool Lambda Config Custom Email Sender[] 
- customMessage string
- customSms GetSenders User Pool Lambda Config Custom Sms Sender[] 
- defineAuth stringChallenge 
- kmsKey stringId 
- postAuthentication string
- postConfirmation string
- preAuthentication string
- preSign stringUp 
- preToken stringGeneration 
- preToken GetGeneration Configs User Pool Lambda Config Pre Token Generation Config[] 
- userMigration string
- verifyAuth stringChallenge Response 
- create_auth_ strchallenge 
- custom_email_ Sequence[Getsenders User Pool Lambda Config Custom Email Sender] 
- custom_message str
- custom_sms_ Sequence[Getsenders User Pool Lambda Config Custom Sms Sender] 
- define_auth_ strchallenge 
- kms_key_ strid 
- post_authentication str
- post_confirmation str
- pre_authentication str
- pre_sign_ strup 
- pre_token_ strgeneration 
- pre_token_ Sequence[Getgeneration_ configs User Pool Lambda Config Pre Token Generation Config] 
- user_migration str
- verify_auth_ strchallenge_ response 
- createAuth StringChallenge 
- customEmail List<Property Map>Senders 
- customMessage String
- customSms List<Property Map>Senders 
- defineAuth StringChallenge 
- kmsKey StringId 
- postAuthentication String
- postConfirmation String
- preAuthentication String
- preSign StringUp 
- preToken StringGeneration 
- preToken List<Property Map>Generation Configs 
- userMigration String
- verifyAuth StringChallenge Response 
GetUserPoolLambdaConfigCustomEmailSender       
- LambdaArn string
- ARN of the Lambda function.
 
- LambdaVersion string
- Version of the Lambda function.
 
- LambdaArn string
- ARN of the Lambda function.
 
- LambdaVersion string
- Version of the Lambda function.
 
- lambdaArn String
- ARN of the Lambda function.
 
- lambdaVersion String
- Version of the Lambda function.
 
- lambdaArn string
- ARN of the Lambda function.
 
- lambdaVersion string
- Version of the Lambda function.
 
- lambda_arn str
- ARN of the Lambda function.
 
- lambda_version str
- Version of the Lambda function.
 
- lambdaArn String
- ARN of the Lambda function.
 
- lambdaVersion String
- Version of the Lambda function.
 
GetUserPoolLambdaConfigCustomSmsSender       
- LambdaArn string
- ARN of the Lambda function.
 
- LambdaVersion string
- Version of the Lambda function.
 
- LambdaArn string
- ARN of the Lambda function.
 
- LambdaVersion string
- Version of the Lambda function.
 
- lambdaArn String
- ARN of the Lambda function.
 
- lambdaVersion String
- Version of the Lambda function.
 
- lambdaArn string
- ARN of the Lambda function.
 
- lambdaVersion string
- Version of the Lambda function.
 
- lambda_arn str
- ARN of the Lambda function.
 
- lambda_version str
- Version of the Lambda function.
 
- lambdaArn String
- ARN of the Lambda function.
 
- lambdaVersion String
- Version of the Lambda function.
 
GetUserPoolLambdaConfigPreTokenGenerationConfig        
- LambdaArn string
- ARN of the Lambda function.
 
- LambdaVersion string
- Version of the Lambda function.
 
- LambdaArn string
- ARN of the Lambda function.
 
- LambdaVersion string
- Version of the Lambda function.
 
- lambdaArn String
- ARN of the Lambda function.
 
- lambdaVersion String
- Version of the Lambda function.
 
- lambdaArn string
- ARN of the Lambda function.
 
- lambdaVersion string
- Version of the Lambda function.
 
- lambda_arn str
- ARN of the Lambda function.
 
- lambda_version str
- Version of the Lambda function.
 
- lambdaArn String
- ARN of the Lambda function.
 
- lambdaVersion String
- Version of the Lambda function.
 
GetUserPoolSchemaAttribute    
- AttributeData stringType 
- Data type of the attribute (e.g., string, number).
 
- DeveloperOnly boolAttribute 
- Whether the attribute is for developer use only.
 
- Mutable bool
- Whether the attribute can be changed after user creation.
 
- Name string
- Name of the attribute.
 
- NumberAttribute List<GetConstraints User Pool Schema Attribute Number Attribute Constraint> 
- Required bool
- Whether the attribute is required during user registration.
 - number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
 
- StringAttribute List<GetConstraints User Pool Schema Attribute String Attribute Constraint> 
- AttributeData stringType 
- Data type of the attribute (e.g., string, number).
 
- DeveloperOnly boolAttribute 
- Whether the attribute is for developer use only.
 
- Mutable bool
- Whether the attribute can be changed after user creation.
 
- Name string
- Name of the attribute.
 
- NumberAttribute []GetConstraints User Pool Schema Attribute Number Attribute Constraint 
- Required bool
- Whether the attribute is required during user registration.
 - number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
 
- StringAttribute []GetConstraints User Pool Schema Attribute String Attribute Constraint 
- attributeData StringType 
- Data type of the attribute (e.g., string, number).
 
- developerOnly BooleanAttribute 
- Whether the attribute is for developer use only.
 
- mutable Boolean
- Whether the attribute can be changed after user creation.
 
- name String
- Name of the attribute.
 
- numberAttribute List<GetConstraints User Pool Schema Attribute Number Attribute Constraint> 
- required Boolean
- Whether the attribute is required during user registration.
 - number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
 
- stringAttribute List<GetConstraints User Pool Schema Attribute String Attribute Constraint> 
- attributeData stringType 
- Data type of the attribute (e.g., string, number).
 
- developerOnly booleanAttribute 
- Whether the attribute is for developer use only.
 
- mutable boolean
- Whether the attribute can be changed after user creation.
 
- name string
- Name of the attribute.
 
- numberAttribute GetConstraints User Pool Schema Attribute Number Attribute Constraint[] 
- required boolean
- Whether the attribute is required during user registration.
 - number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
 
- stringAttribute GetConstraints User Pool Schema Attribute String Attribute Constraint[] 
- attribute_data_ strtype 
- Data type of the attribute (e.g., string, number).
 
- developer_only_ boolattribute 
- Whether the attribute is for developer use only.
 
- mutable bool
- Whether the attribute can be changed after user creation.
 
- name str
- Name of the attribute.
 
- number_attribute_ Sequence[Getconstraints User Pool Schema Attribute Number Attribute Constraint] 
- required bool
- Whether the attribute is required during user registration.
 - number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
 
- string_attribute_ Sequence[Getconstraints User Pool Schema Attribute String Attribute Constraint] 
- attributeData StringType 
- Data type of the attribute (e.g., string, number).
 
- developerOnly BooleanAttribute 
- Whether the attribute is for developer use only.
 
- mutable Boolean
- Whether the attribute can be changed after user creation.
 
- name String
- Name of the attribute.
 
- numberAttribute List<Property Map>Constraints 
- required Boolean
- Whether the attribute is required during user registration.
 - number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
 
- stringAttribute List<Property Map>Constraints 
GetUserPoolSchemaAttributeNumberAttributeConstraint       
GetUserPoolSchemaAttributeStringAttributeConstraint       
- max_length str
- Maximum allowed length.
 
- min_length str
- Minimum allowed length.
 
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.