https://pulumi.com logo
n

numerous-carpenter-4252

07/04/2023, 4:07 PM
this is my pulumi cognito user pool configuration.
usernameAttributes: ["email"],
schemas: [
{
attributeDataType: "String",
name: "email",
mutable: false,
required: true,
caseSensitive: false,
stringAttributeConstraints: {
minLength: "1",
maxLength: "256",
},
},