Terraform module for AWS Cognito
The name of the Cognito User Pool to be created
The name of the admin client application to configure
The name of the client secret to be stored in the AWS Secrets Manager.
List of valid URIs that cognito is allowed to redirect to after authentication is completed
List of valid URIs that cognito is allowed to redirect to after logout is complete
The name of the public client application to configure
List of valid URIs that cognito is allowed to redirect to after authentication is completed.
List of valid URIs that cognito is allowed to redirect to after logout is complete
The subdomain that our client will use for login and tokens
A mapping of tags to assign to the AWS resources
Duration in minutes for the primary identity tokens (id_token
and access_token
) to remain valid
Default: 60
Specify what region to create resources in
Default: us-west-2
Account for sending system emails
No-reply address for system emails
ARN of the SES Domain Identity
Name of recovery method for an account
Default = "verified_email"
Priority for the recovery mechanisms defined
Default = 1
Can non-admin users create new application users?"
Default = true
Path to email template file for inviting new users