this is my pulumi cognito user pool configuration....
# typescript
n
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",
},
},