AWS v6.78.0 published on Thursday, Apr 24, 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 dictionary
The following arguments are supported:
- User
Pool Id This property is required. string - The cognito pool ID
- User
Pool Id This property is required. string - The cognito pool ID
- user
Pool Id This property is required. String - The cognito pool ID
- user
Pool Id This property is required. string - The cognito pool ID
- user_
pool_ id This property is required. str - The cognito pool ID
- user
Pool Id This property is required. String - The cognito pool ID
getUserPool Result
The following output properties are available:
- Account
Recovery List<GetSettings User Pool Account Recovery Setting> - Admin
Create 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.
- Auto
Verified List<string>Attributes - The attributes that are auto-verified in a user pool.
- Creation
Date string - The date and time, in ISO 8601 format, when the item was created.
- Custom
Domain 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.
- Deletion
Protection 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.
- Device
Configurations 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.
- Email
Configurations List<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 string
- Lambda
Configs List<GetUser Pool Lambda Config> - Last
Modified stringDate - The date and time, in ISO 8601 format, when the item was modified.
- Mfa
Configuration string - Can be one of the following values:
OFF
|ON
|OPTIONAL
- Name string
- Name of the attribute.
- Schema
Attributes List<GetUser Pool Schema Attribute> - Sms
Authentication stringMessage - The contents of the SMS authentication message.
- Sms
Configuration stringFailure - The reason why the SMS configuration can't send the messages to your users.
- Sms
Verification stringMessage - The contents of the SMS authentication message.
- Dictionary<string, string>
- Map of tags assigned to the resource.
- User
Pool stringId - Dictionary<string, string>
- (Deprecated) Map of tags assigned to the resource.
- Username
Attributes List<string> - Specifies whether a user can use an email address or phone number as a username when they sign up.
- Account
Recovery []GetSettings User Pool Account Recovery Setting - Admin
Create []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.
- Auto
Verified []stringAttributes - The attributes that are auto-verified in a user pool.
- Creation
Date string - The date and time, in ISO 8601 format, when the item was created.
- Custom
Domain 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.
- Deletion
Protection 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.
- Device
Configurations []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.
- Email
Configurations []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 string
- Lambda
Configs []GetUser Pool Lambda Config - Last
Modified stringDate - The date and time, in ISO 8601 format, when the item was modified.
- Mfa
Configuration string - Can be one of the following values:
OFF
|ON
|OPTIONAL
- Name string
- Name of the attribute.
- Schema
Attributes []GetUser Pool Schema Attribute - Sms
Authentication stringMessage - The contents of the SMS authentication message.
- Sms
Configuration stringFailure - The reason why the SMS configuration can't send the messages to your users.
- Sms
Verification stringMessage - The contents of the SMS authentication message.
- map[string]string
- Map of tags assigned to the resource.
- User
Pool stringId - map[string]string
- (Deprecated) Map of tags assigned to the resource.
- Username
Attributes []string - Specifies whether a user can use an email address or phone number as a username when they sign up.
- account
Recovery List<GetSettings User Pool Account Recovery Setting> - admin
Create 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.
- auto
Verified List<String>Attributes - The attributes that are auto-verified in a user pool.
- creation
Date String - The date and time, in ISO 8601 format, when the item was created.
- custom
Domain 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.
- deletion
Protection 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.
- device
Configurations 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.
- email
Configurations List<GetUser Pool Email Configuration> - estimated
Number IntegerOf Users - A number estimating the size of the user pool.
- lambda_config - The AWS Lambda triggers associated with the user pool.
- id String
- lambda
Configs List<GetUser Pool Lambda Config> - last
Modified StringDate - The date and time, in ISO 8601 format, when the item was modified.
- mfa
Configuration String - Can be one of the following values:
OFF
|ON
|OPTIONAL
- name String
- Name of the attribute.
- schema
Attributes List<GetUser Pool Schema Attribute> - sms
Authentication StringMessage - The contents of the SMS authentication message.
- sms
Configuration StringFailure - The reason why the SMS configuration can't send the messages to your users.
- sms
Verification StringMessage - The contents of the SMS authentication message.
- Map<String,String>
- Map of tags assigned to the resource.
- user
Pool StringId - Map<String,String>
- (Deprecated) Map of tags assigned to the resource.
- username
Attributes List<String> - Specifies whether a user can use an email address or phone number as a username when they sign up.
- account
Recovery GetSettings User Pool Account Recovery Setting[] - admin
Create 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.
- auto
Verified string[]Attributes - The attributes that are auto-verified in a user pool.
- creation
Date string - The date and time, in ISO 8601 format, when the item was created.
- custom
Domain 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.
- deletion
Protection 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.
- device
Configurations 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.
- email
Configurations GetUser Pool Email Configuration[] - estimated
Number numberOf Users - A number estimating the size of the user pool.
- lambda_config - The AWS Lambda triggers associated with the user pool.
- id string
- lambda
Configs GetUser Pool Lambda Config[] - last
Modified stringDate - The date and time, in ISO 8601 format, when the item was modified.
- mfa
Configuration string - Can be one of the following values:
OFF
|ON
|OPTIONAL
- name string
- Name of the attribute.
- schema
Attributes GetUser Pool Schema Attribute[] - sms
Authentication stringMessage - The contents of the SMS authentication message.
- sms
Configuration stringFailure - The reason why the SMS configuration can't send the messages to your users.
- sms
Verification stringMessage - The contents of the SMS authentication message.
- {[key: string]: string}
- Map of tags assigned to the resource.
- user
Pool stringId - {[key: string]: string}
- (Deprecated) Map of tags assigned to the resource.
- username
Attributes 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.
- account
Recovery List<Property Map>Settings - admin
Create 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.
- auto
Verified List<String>Attributes - The attributes that are auto-verified in a user pool.
- creation
Date String - The date and time, in ISO 8601 format, when the item was created.
- custom
Domain 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.
- deletion
Protection 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.
- device
Configurations 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.
- email
Configurations List<Property Map> - estimated
Number NumberOf Users - A number estimating the size of the user pool.
- lambda_config - The AWS Lambda triggers associated with the user pool.
- id String
- lambda
Configs List<Property Map> - last
Modified StringDate - The date and time, in ISO 8601 format, when the item was modified.
- mfa
Configuration String - Can be one of the following values:
OFF
|ON
|OPTIONAL
- name String
- Name of the attribute.
- schema
Attributes List<Property Map> - sms
Authentication StringMessage - The contents of the SMS authentication message.
- sms
Configuration StringFailure - The reason why the SMS configuration can't send the messages to your users.
- sms
Verification StringMessage - The contents of the SMS authentication message.
- Map<String>
- Map of tags assigned to the resource.
- user
Pool StringId - Map<String>
- (Deprecated) Map of tags assigned to the resource.
- username
Attributes List<String> - Specifies whether a user can use an email address or phone number as a username when they sign up.
Supporting Types
GetUserPoolAccountRecoverySetting
- Recovery
Mechanisms This property is required. List<GetUser Pool Account Recovery Setting Recovery Mechanism>
- Recovery
Mechanisms This property is required. []GetUser Pool Account Recovery Setting Recovery Mechanism
- recovery
Mechanisms This property is required. List<GetUser Pool Account Recovery Setting Recovery Mechanism>
- recovery
Mechanisms This property is required. GetUser Pool Account Recovery Setting Recovery Mechanism[]
- recovery_
mechanisms This property is required. Sequence[GetUser Pool Account Recovery Setting Recovery Mechanism]
- recovery
Mechanisms This property is required. List<Property Map>
GetUserPoolAccountRecoverySettingRecoveryMechanism
GetUserPoolAdminCreateUserConfig
- Allow
Admin Create User Only This property is required. bool - Whether only admins can create users.
- Invite
Message Templates This property is required. List<GetUser Pool Admin Create User Config Invite Message Template> - Unused
Account Validity Days This property is required. int - Number of days an unconfirmed user account remains valid.
- invite_message_template - Templates for invitation messages.
- Allow
Admin Create User Only This property is required. bool - Whether only admins can create users.
- Invite
Message Templates This property is required. []GetUser Pool Admin Create User Config Invite Message Template - Unused
Account Validity Days This property is required. int - Number of days an unconfirmed user account remains valid.
- invite_message_template - Templates for invitation messages.
- allow
Admin Create User Only This property is required. Boolean - Whether only admins can create users.
- invite
Message Templates This property is required. List<GetUser Pool Admin Create User Config Invite Message Template> - unused
Account Validity Days This property is required. Integer - Number of days an unconfirmed user account remains valid.
- invite_message_template - Templates for invitation messages.
- allow
Admin Create User Only This property is required. boolean - Whether only admins can create users.
- invite
Message Templates This property is required. GetUser Pool Admin Create User Config Invite Message Template[] - unused
Account Validity Days This property is required. number - Number of days an unconfirmed user account remains valid.
- invite_message_template - Templates for invitation messages.
- allow_
admin_ create_ user_ only This property is required. bool - Whether only admins can create users.
- invite_
message_ templates This property is required. Sequence[GetUser Pool Admin Create User Config Invite Message Template] - unused_
account_ validity_ days This property is required. int - Number of days an unconfirmed user account remains valid.
- invite_message_template - Templates for invitation messages.
- allow
Admin Create User Only This property is required. Boolean - Whether only admins can create users.
- invite
Message Templates This property is required. List<Property Map> - unused
Account Validity Days This property is required. Number - Number of days an unconfirmed user account remains valid.
- invite_message_template - Templates for invitation messages.
GetUserPoolAdminCreateUserConfigInviteMessageTemplate
- Email
Message This property is required. string - Email message content.
- Email
Subject This property is required. string - Email message subject.
- Sms
Message This property is required. string - SMS message content.
- Email
Message This property is required. string - Email message content.
- Email
Subject This property is required. string - Email message subject.
- Sms
Message This property is required. string - SMS message content.
- email
Message This property is required. String - Email message content.
- email
Subject This property is required. String - Email message subject.
- sms
Message This property is required. String - SMS message content.
- email
Message This property is required. string - Email message content.
- email
Subject This property is required. string - Email message subject.
- sms
Message This property is required. string - SMS message content.
- email_
message This property is required. str - Email message content.
- email_
subject This property is required. str - Email message subject.
- sms_
message This property is required. str - SMS message content.
- email
Message This property is required. String - Email message content.
- email
Subject This property is required. String - Email message subject.
- sms
Message This property is required. String - SMS message content.
GetUserPoolDeviceConfiguration
- Challenge
Required On New Device This property is required. bool - Whether a challenge is required on new devices.
- Device
Only Remembered On User Prompt This property is required. bool - Whether devices are only remembered if the user prompts it.
- Challenge
Required On New Device This property is required. bool - Whether a challenge is required on new devices.
- Device
Only Remembered On User Prompt This property is required. bool - Whether devices are only remembered if the user prompts it.
- challenge
Required On New Device This property is required. Boolean - Whether a challenge is required on new devices.
- device
Only Remembered On User Prompt This property is required. Boolean - Whether devices are only remembered if the user prompts it.
- challenge
Required On New Device This property is required. boolean - Whether a challenge is required on new devices.
- device
Only Remembered On User Prompt This property is required. boolean - Whether devices are only remembered if the user prompts it.
- challenge_
required_ on_ new_ device This property is required. bool - Whether a challenge is required on new devices.
- device_
only_ remembered_ on_ user_ prompt This property is required. bool - Whether devices are only remembered if the user prompts it.
- challenge
Required On New Device This property is required. Boolean - Whether a challenge is required on new devices.
- device
Only Remembered On User Prompt This property is required. Boolean - Whether devices are only remembered if the user prompts it.
GetUserPoolEmailConfiguration
- Configuration
Set This property is required. string - Configuration set used for sending emails.
- Email
Sending Account This property is required. string - Email sending account.
- From
This property is required. string - Email sender address.
- Reply
To Email Address This property is required. string - Reply-to email address.
- Source
Arn This property is required. string - Source Amazon Resource Name (ARN) for emails.
- Configuration
Set This property is required. string - Configuration set used for sending emails.
- Email
Sending Account This property is required. string - Email sending account.
- From
This property is required. string - Email sender address.
- Reply
To Email Address This property is required. string - Reply-to email address.
- Source
Arn This property is required. string - Source Amazon Resource Name (ARN) for emails.
- configuration
Set This property is required. String - Configuration set used for sending emails.
- email
Sending Account This property is required. String - Email sending account.
- from
This property is required. String - Email sender address.
- reply
To Email Address This property is required. String - Reply-to email address.
- source
Arn This property is required. String - Source Amazon Resource Name (ARN) for emails.
- configuration
Set This property is required. string - Configuration set used for sending emails.
- email
Sending Account This property is required. string - Email sending account.
- from
This property is required. string - Email sender address.
- reply
To Email Address This property is required. string - Reply-to email address.
- source
Arn This property is required. string - Source Amazon Resource Name (ARN) for emails.
- configuration_
set This property is required. str - Configuration set used for sending emails.
- email_
sending_ account This property is required. str - Email sending account.
- from_
This property is required. str - Email sender address.
- reply_
to_ email_ address This property is required. str - Reply-to email address.
- source_
arn This property is required. str - Source Amazon Resource Name (ARN) for emails.
- configuration
Set This property is required. String - Configuration set used for sending emails.
- email
Sending Account This property is required. String - Email sending account.
- from
This property is required. String - Email sender address.
- reply
To Email Address This property is required. String - Reply-to email address.
- source
Arn This property is required. String - Source Amazon Resource Name (ARN) for emails.
GetUserPoolLambdaConfig
- Create
Auth Challenge This property is required. string - Custom
Email Senders This property is required. List<GetUser Pool Lambda Config Custom Email Sender> - Custom
Message This property is required. string - Custom
Sms Senders This property is required. List<GetUser Pool Lambda Config Custom Sms Sender> - Define
Auth Challenge This property is required. string - Kms
Key Id This property is required. string - Post
Authentication This property is required. string - Post
Confirmation This property is required. string - Pre
Authentication This property is required. string - Pre
Sign Up This property is required. string - Pre
Token Generation This property is required. string - Pre
Token Generation Configs This property is required. List<GetUser Pool Lambda Config Pre Token Generation Config> - User
Migration This property is required. string - Verify
Auth Challenge Response This property is required. string
- Create
Auth Challenge This property is required. string - Custom
Email Senders This property is required. []GetUser Pool Lambda Config Custom Email Sender - Custom
Message This property is required. string - Custom
Sms Senders This property is required. []GetUser Pool Lambda Config Custom Sms Sender - Define
Auth Challenge This property is required. string - Kms
Key Id This property is required. string - Post
Authentication This property is required. string - Post
Confirmation This property is required. string - Pre
Authentication This property is required. string - Pre
Sign Up This property is required. string - Pre
Token Generation This property is required. string - Pre
Token Generation Configs This property is required. []GetUser Pool Lambda Config Pre Token Generation Config - User
Migration This property is required. string - Verify
Auth Challenge Response This property is required. string
- create
Auth Challenge This property is required. String - custom
Email Senders This property is required. List<GetUser Pool Lambda Config Custom Email Sender> - custom
Message This property is required. String - custom
Sms Senders This property is required. List<GetUser Pool Lambda Config Custom Sms Sender> - define
Auth Challenge This property is required. String - kms
Key Id This property is required. String - post
Authentication This property is required. String - post
Confirmation This property is required. String - pre
Authentication This property is required. String - pre
Sign Up This property is required. String - pre
Token Generation This property is required. String - pre
Token Generation Configs This property is required. List<GetUser Pool Lambda Config Pre Token Generation Config> - user
Migration This property is required. String - verify
Auth Challenge Response This property is required. String
- create
Auth Challenge This property is required. string - custom
Email Senders This property is required. GetUser Pool Lambda Config Custom Email Sender[] - custom
Message This property is required. string - custom
Sms Senders This property is required. GetUser Pool Lambda Config Custom Sms Sender[] - define
Auth Challenge This property is required. string - kms
Key Id This property is required. string - post
Authentication This property is required. string - post
Confirmation This property is required. string - pre
Authentication This property is required. string - pre
Sign Up This property is required. string - pre
Token Generation This property is required. string - pre
Token Generation Configs This property is required. GetUser Pool Lambda Config Pre Token Generation Config[] - user
Migration This property is required. string - verify
Auth Challenge Response This property is required. string
- create_
auth_ challenge This property is required. str - custom_
email_ senders This property is required. Sequence[GetUser Pool Lambda Config Custom Email Sender] - custom_
message This property is required. str - custom_
sms_ senders This property is required. Sequence[GetUser Pool Lambda Config Custom Sms Sender] - define_
auth_ challenge This property is required. str - kms_
key_ id This property is required. str - post_
authentication This property is required. str - post_
confirmation This property is required. str - pre_
authentication This property is required. str - pre_
sign_ up This property is required. str - pre_
token_ generation This property is required. str - pre_
token_ generation_ configs This property is required. Sequence[GetUser Pool Lambda Config Pre Token Generation Config] - user_
migration This property is required. str - verify_
auth_ challenge_ response This property is required. str
- create
Auth Challenge This property is required. String - custom
Email Senders This property is required. List<Property Map> - custom
Message This property is required. String - custom
Sms Senders This property is required. List<Property Map> - define
Auth Challenge This property is required. String - kms
Key Id This property is required. String - post
Authentication This property is required. String - post
Confirmation This property is required. String - pre
Authentication This property is required. String - pre
Sign Up This property is required. String - pre
Token Generation This property is required. String - pre
Token Generation Configs This property is required. List<Property Map> - user
Migration This property is required. String - verify
Auth Challenge Response This property is required. String
GetUserPoolLambdaConfigCustomEmailSender
- Lambda
Arn This property is required. string - ARN of the Lambda function.
- Lambda
Version This property is required. string - Version of the Lambda function.
- Lambda
Arn This property is required. string - ARN of the Lambda function.
- Lambda
Version This property is required. string - Version of the Lambda function.
- lambda
Arn This property is required. String - ARN of the Lambda function.
- lambda
Version This property is required. String - Version of the Lambda function.
- lambda
Arn This property is required. string - ARN of the Lambda function.
- lambda
Version This property is required. string - Version of the Lambda function.
- lambda_
arn This property is required. str - ARN of the Lambda function.
- lambda_
version This property is required. str - Version of the Lambda function.
- lambda
Arn This property is required. String - ARN of the Lambda function.
- lambda
Version This property is required. String - Version of the Lambda function.
GetUserPoolLambdaConfigCustomSmsSender
- Lambda
Arn This property is required. string - ARN of the Lambda function.
- Lambda
Version This property is required. string - Version of the Lambda function.
- Lambda
Arn This property is required. string - ARN of the Lambda function.
- Lambda
Version This property is required. string - Version of the Lambda function.
- lambda
Arn This property is required. String - ARN of the Lambda function.
- lambda
Version This property is required. String - Version of the Lambda function.
- lambda
Arn This property is required. string - ARN of the Lambda function.
- lambda
Version This property is required. string - Version of the Lambda function.
- lambda_
arn This property is required. str - ARN of the Lambda function.
- lambda_
version This property is required. str - Version of the Lambda function.
- lambda
Arn This property is required. String - ARN of the Lambda function.
- lambda
Version This property is required. String - Version of the Lambda function.
GetUserPoolLambdaConfigPreTokenGenerationConfig
- Lambda
Arn This property is required. string - ARN of the Lambda function.
- Lambda
Version This property is required. string - Version of the Lambda function.
- Lambda
Arn This property is required. string - ARN of the Lambda function.
- Lambda
Version This property is required. string - Version of the Lambda function.
- lambda
Arn This property is required. String - ARN of the Lambda function.
- lambda
Version This property is required. String - Version of the Lambda function.
- lambda
Arn This property is required. string - ARN of the Lambda function.
- lambda
Version This property is required. string - Version of the Lambda function.
- lambda_
arn This property is required. str - ARN of the Lambda function.
- lambda_
version This property is required. str - Version of the Lambda function.
- lambda
Arn This property is required. String - ARN of the Lambda function.
- lambda
Version This property is required. String - Version of the Lambda function.
GetUserPoolSchemaAttribute
- Attribute
Data Type This property is required. string - Data type of the attribute (e.g., string, number).
- Developer
Only Attribute This property is required. bool - Whether the attribute is for developer use only.
- Mutable
This property is required. bool - Whether the attribute can be changed after user creation.
- Name
This property is required. string - Name of the attribute.
- Number
Attribute Constraints This property is required. List<GetUser Pool Schema Attribute Number Attribute Constraint> - Required
This property is 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 Constraints This property is required. List<GetUser Pool Schema Attribute String Attribute Constraint>
- Attribute
Data Type This property is required. string - Data type of the attribute (e.g., string, number).
- Developer
Only Attribute This property is required. bool - Whether the attribute is for developer use only.
- Mutable
This property is required. bool - Whether the attribute can be changed after user creation.
- Name
This property is required. string - Name of the attribute.
- Number
Attribute Constraints This property is required. []GetUser Pool Schema Attribute Number Attribute Constraint - Required
This property is 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 Constraints This property is required. []GetUser Pool Schema Attribute String Attribute Constraint
- attribute
Data Type This property is required. String - Data type of the attribute (e.g., string, number).
- developer
Only Attribute This property is required. Boolean - Whether the attribute is for developer use only.
- mutable
This property is required. Boolean - Whether the attribute can be changed after user creation.
- name
This property is required. String - Name of the attribute.
- number
Attribute Constraints This property is required. List<GetUser Pool Schema Attribute Number Attribute Constraint> - required
This property is required. Boolean - Whether the attribute is required during user registration.
- number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
- string
Attribute Constraints This property is required. List<GetUser Pool Schema Attribute String Attribute Constraint>
- attribute
Data Type This property is required. string - Data type of the attribute (e.g., string, number).
- developer
Only Attribute This property is required. boolean - Whether the attribute is for developer use only.
- mutable
This property is required. boolean - Whether the attribute can be changed after user creation.
- name
This property is required. string - Name of the attribute.
- number
Attribute Constraints This property is required. GetUser Pool Schema Attribute Number Attribute Constraint[] - required
This property is required. boolean - Whether the attribute is required during user registration.
- number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
- string
Attribute Constraints This property is required. GetUser Pool Schema Attribute String Attribute Constraint[]
- attribute_
data_ type This property is required. str - Data type of the attribute (e.g., string, number).
- developer_
only_ attribute This property is required. bool - Whether the attribute is for developer use only.
- mutable
This property is required. bool - Whether the attribute can be changed after user creation.
- name
This property is required. str - Name of the attribute.
- number_
attribute_ constraints This property is required. Sequence[GetUser Pool Schema Attribute Number Attribute Constraint] - required
This property is 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_ constraints This property is required. Sequence[GetUser Pool Schema Attribute String Attribute Constraint]
- attribute
Data Type This property is required. String - Data type of the attribute (e.g., string, number).
- developer
Only Attribute This property is required. Boolean - Whether the attribute is for developer use only.
- mutable
This property is required. Boolean - Whether the attribute can be changed after user creation.
- name
This property is required. String - Name of the attribute.
- number
Attribute Constraints This property is required. List<Property Map> - required
This property is required. Boolean - Whether the attribute is required during user registration.
- number_attribute_constraints - Constraints for numeric attributes.
- string_attribute_constraints - Constraints for string attributes.
- string
Attribute Constraints This property is required. List<Property Map>
GetUserPoolSchemaAttributeNumberAttributeConstraint
GetUserPoolSchemaAttributeStringAttributeConstraint
- max_
length This property is required. str - Maximum allowed length.
- min_
length This property is required. str - Minimum allowed length.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.